[Detector Support]: Facial recognition with distant face on 4k camera #14725
-
Describe the problem you are havingI have Frigate installed on HAOS. I got facial recognition working via double-take and codeproject.ai. However, one of my cameras is a 4k wide view camera. Faces are identifiable on the full-resolution image, but despite my best efforts I cannot seem to get a true full-res image to codeproject.ai. I have tried turning off the "crop" option for snapshots and mqtt and set the height to the full height of the camera (2160). I see in the double-take logs that an image comes in but the face wasn't recognized and I can tell it's because it's too blurry since it's a small ROI on a lower-resolution image. Can someone give me some guidance? Frigate config:
Double-take config:
Home assistant config:
VersionLatest for each as of 11/1/2024 Frigate config filesnapshots:
enabled: true
clean_copy: true
timestamp: false
bounding_box: false
crop: false
height: 2160 docker-compose file or Docker CLI commandN/A Relevant Frigate log outputN/A Install methodHassOS Addon Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNot important for this Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
the api returns the image used for detect, so if you are using a sub stream then this will be used. You will want to setup doubletake to use a full res snapshot url separately |
Beta Was this translation helpful? Give feedback.
you could do something similar to #8165
Frigate 0.16 will also support face recognition built in