Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Magiccamera | 4,874 | 2 years ago | 95 | Java | ||||||
Real-time Filter Camera&VideoRecorder And ImageEditor With Face Beauty For Android---包含美颜等40余种实时滤镜相机,可拍照、录像、图片修改 | ||||||||||
Howdy | 4,531 | 22 days ago | 151 | mit | Python | |||||
🛡️ Windows Hello™ style facial authentication for Linux | ||||||||||
Fotoapparat | 3,774 | 2 | 8 days ago | 2 | August 09, 2019 | 89 | apache-2.0 | Kotlin | ||
Making Camera for Android more friendly. 📸 | ||||||||||
Jeelizfacefilter | 2,357 | 3 | a month ago | 32 | September 09, 2022 | 1 | apache-2.0 | JavaScript | ||
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...). | ||||||||||
Esp Who | 1,404 | a month ago | 63 | other | C | |||||
Face detection and recognition framework | ||||||||||
Dlib_face_recognition_from_camera | 1,116 | 7 months ago | 2 | mit | Python | |||||
Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别 | ||||||||||
Home_surveillance | 1,110 | 2 years ago | 54 | HTML | ||||||
Home surveillance system with facial recognition | ||||||||||
Facedetector | 1,083 | 5 years ago | 1 | August 11, 2019 | 19 | apache-2.0 | Java | |||
Face detection for your Android app | ||||||||||
Jeelizweboji | 1,004 | 7 days ago | 2 | April 30, 2021 | apache-2.0 | JavaScript | ||||
JavaScript/WebGL real-time face tracking and expression detection library. Build your own emoticons animated in real time in the browser! SVG and THREE.js integration demos are provided. | ||||||||||
Brfv4_javascript_examples | 450 | 4 years ago | 10 | JavaScript | ||||||
BRFv4 - HTML5/Javascript - examples project. Reference implementation for all other platform example packages. |
A plugin for Lightroom to show which focus point was active when the picture was taken.
Installation steps
Currently, 5 types of AF-points will be displayed :
Please note that not all cameras save the needed information in the Exifs of the photo. Thus, the accuracy of the displayed points will greatly depend on whether or not your camera supports it.
It's very likely your camera is already supported. So try the plugin first before doing anything. :)
If your camera reports its focus points dynamically, adding support for you camera should be easy. Simply update or create a new CameraDelegate which extracts the focus points. Update the PointsRendererFactory so it knows about this new camera.
If your camera does not report its focus points dynamically, such as in the case of Nikons, this should be as painless as possible. You will need to map all of your camera's focus points to pixel coordinates. Refer to the "focus_points/nikon corporation/nikon d7200.txt" as an example.
-- 1st column
B1 = {810, 1550}
C1 = {810, 1865}
D1 = {810, 2210}
-- an so on
The best way I found to do this was to set up a ruler/tape measure, get out my camera and I took a photo at each of the focus points lining it up exactly with the 1-inch mark. I then imported those pictures into Lightroom and ran this plugin so I could see the metadata. From the metadata, I could see the focus points name. I then took the image into photoshop and measured from the top left corner of the image to the top left corner of the focus point. I compared the preview from the camera to my photoshop selection and got as close as possible. Once you have done all of that, add the file to "focus_points/{camera_maker}/{camera_model}.txt" using all lowercase. Then all is done.
The camera model must only contain characters valid on all supported file systems. If a character is not valid (for example '*' in the model "PENTAX *ist D") it must be mapped to a valid character combination. The mapping is done in PointsUtils.readFromFile(): '*' -> '_a_'.
If 2 or more cameras share a common points mapping, simplying add that to the list of known duplicate as in the NikonDuplicates file. With this, both Nikon D7100 and Nikon D7200 will share the same mapping file.
Please see the Contributing.md file before being any new work.
There's been a lot of man-hours put into this effort so far. All volunteer. So help me in thanking the individuals who has worked hard on this. First off, thanks for Phil Harvey for providing the 3rd party library ExifTool. The following is a list of the individual contributors on this project. These guys have fixed bugs, added camera support, added face detection, added support for your iphone, and many other cool features. (If you are a dev and I've missed you, please feel free to update this file or add your real name):
rderimay, philmoz, project802, jandhollander, DeziderMesko, StefLedof, roguephysicist, ropma.
Copyright 2016 Whizzbang Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.