Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] OAK-FFC-4P-POE Firmware Crash with Custom Camera Tuning Blob #915

Open
justin-larking-pk opened this issue Oct 29, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@justin-larking-pk
Copy link

Describe the bug
Firmware crash on Oak-ffc-4p-poe and crash dump after enabling custom camera tuning blob.

Specific error: "Error creating output stream: Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'detections_l' (X_LINK_ERROR)'"

A oak-ffc-4p-poe was setup with two ar0234 m12 cameras. Previously the setup was functioning fine and operating a pipeline. However we require low exposure times thus attempted to use the 500us camera tuning blob (https://docs.luxonis.com/projects/api/en/latest/tutorials/image_quality/#:~:text=Camera%20exposure%20limit)

Simply adding this line: pipeline.setCameraTuningBlobPath(camera_blob_path); to our pipeline setup caused a firmware crash and a crash dump to be produced.

crashDump_0_18443010111CCC0F00_f033fd9c7eb0b3578d12f90302e87759c78cfb36.json

Expected behavior
The addition of the camera tuning blob would limit max exposure time to 500us on the oak-ffc-4p-poe with two aro234 cameras connected.

Pipeline Graph
Pieline details as json here: https://drive.google.com/file/d/1n3JYvl-YDbfGb_6GX9v8m6vP6wpP6CnH/view?usp=sharing
pipeline_graph

@justin-larking-pk justin-larking-pk added the bug Something isn't working label Oct 29, 2023
@justin-larking-pk
Copy link
Author

Any update on this?

@alex-luxonis
Copy link
Contributor

Those tuning blobs had some issues with certain sensors. Recommended now to use the branch ae_exp_limit (PR luxonis/depthai-python#921 to be merged soon) where a configurable exposure limit can be set (and updated at runtime as well if desired). It will also use the proper image quality tuning for the specific sensor (AR0234 in this case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants