-
Notifications
You must be signed in to change notification settings - Fork 26
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
Raw data support #686
Comments
Hello, That branch is still work in progress. We will let you know when it can be used. Regards, |
So is there currently no way how to get phase images from SDK? |
If by raw you mean frames coming directly from ADSD3500, then yes, there is a way. For this you would need to go back to version 4.3.0 of the SDK. The 'data_collect' can be run with argument '--ft=raw' which will obtain frames from adsd3500 and will not pass them to depth compute library. |
Should I downgrade firmware/image for it to work? I am using the EVAL-ADTF3175D-NXZ and I installed the image and firmware that was shipped with release 5.0.0 |
No need to downgrade the firmware. It should work with firmware version 5.0.0. |
@SeptimiuVana Do you have any suggestions on how to parse raw data? Thanks |
Hello,
Is there a way to capture raw data from the camera? i.e. phase images without any filtering applied to them? I have seen that @SeptimiuVana has done some extensive work on the add_raw_support branch, but when I built the SDK with that version the GUI is unable to initialize the camera.
Aside from the ADIToFGUI example, what is the correct way of extracting all the phase images from the camera with the SDK?
Thank you
The text was updated successfully, but these errors were encountered: