luxonis / depthai-experiments

Experimental projects we've done with DepthAI.
MIT License
842 stars 370 forks source link

Not able to capture focused/clear iages with arducam imx283 #549

Closed autonomy-123 closed 5 days ago

autonomy-123 commented 6 days ago

Hi @Erol444 ,

After the setup issue, I am stuck with another one.

When I run main.py script (under gen2-color-isp-raw) to test & capture images with arducam imx283. Even tried increasing/decreasing autofocus with ',' & '.' keypress but not able to capture.

Why is this so? Is there any simpler way to set autofocus?

I am working Jetson device

Erol444 commented 6 days ago

Hi @autonomy-123 , It's a manual focus camera, not auto-focus camera: image

autonomy-123 commented 5 days ago

Hi @autonomy-123 , It's a manual focus camera, not auto-focus camera: image

@Erol444 yes I also checked it, yup it's working now. But i wonder why in the main.py file they have written code for autofocus?.

Erol444 commented 5 days ago

Because this script wasn't designed only for imx283 cam module - but for any cam module, which may or may not have AF

autonomy-123 commented 5 days ago

Because this script wasn't designed only for imx283 cam module - but for any cam module, which may or may not have AF

Okay @Erol444 thanks for clarification & ur support

Erol444 commented 5 days ago

Happy to help!