Open redur opened 3 years ago
Sorry about the trouble here. We'll send you a replacement OAK-D-PoE for the one that is acting up. We haven't seen this before so we don't know what is wrong. Our best guess is that some portion of the foam seal internal the camera is interfering with the autofocus mechanism.
So if possible, we'd love to get the unit back that is acting up.
Could you please email support@luxonis.com to facilitate the shipment of a new OAK-D-PoE to you? We'll also get a prepaid label to you for the return shipment.
Thanks - and sorry again about the trouble, Brandon
Hi all,
We are experiencing some strange behavior with focus of the OAK-D-PoE.
Setup Description Our setup consists of 2 OAK-D-PoE, connected via Ethernet to a Raspberry-PI (Raspbian OS).
We're using
depthai==2.10.0.0.dev+0d80161d1c68e79bf345ce3e5b2cbf4fc8000910
The two cameras are installed in a large hall, roughly 50mx20mx25m (lenght, widht, height). One camera is on the top left corner and the other camera is on the top right corner of the hall. The objects under considerations are on the ground and both cameras have roughly the same distance to the objects. We apply identical settings to both cameras (i.e. loop through the same code).
Bug Description Now what is strange: One camera (lets call it camera 1) continuously manages to autofocus properly and the returned images are super crisp. The other (camera 2) one only returns blurred images (no, there's nothing on the lense).
Since objects of interest are at the same distance for both cameras, we tried setting the focus manually. However, the focus doesnt seem to be the same for the two cameras. We experienced that changing the focus manually did impact the pictures of both cameras. But it never happened that both cameras would deliver decent images. In fact, it was almost impossible to get camera 2 crisp.
We also tried to set the focus area for autofocus. Most of the image is far away (30+m) for both camera, and it should be easy to find a focus area that can be applied for both cameras. But again, camera 1 was focused most of the times. Focus of camera 2 was affected, and we could improve it a lot. But it never reached the quality of camera 1.
Expected behavior: We would expect both cameras to behave the same way. I.e. to be in focus together given that the objects are at the same distance. Especially when setting the focus explicitly we would expect identical behavior.
Do you happen to know that issue? Or could it be that other settings are initialized differently on the cameras?
Find the code example here for manual focus:
And here is the code that calls the pipeline for both devices.
Here is the code example for autofocus:
We'd be happy to get any input on how to get both cameras to focus properly.
Thanks a lot!
PS: I'd love to attach sample pictures. Unfortunately, I can't due to data privacy issues.