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

Raw data support #686

Open
wowaser opened this issue Jun 10, 2024 · 7 comments
Open

Raw data support #686

wowaser opened this issue Jun 10, 2024 · 7 comments

Comments

@wowaser
Copy link

wowaser commented Jun 10, 2024

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

@SeptimiuVana
Copy link
Collaborator

Hello,

That branch is still work in progress. We will let you know when it can be used.

Regards,
Septimiu.

@wowaser
Copy link
Author

wowaser commented Jun 11, 2024

So is there currently no way how to get phase images from SDK?

@dNechita
Copy link
Collaborator

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.

@wowaser
Copy link
Author

wowaser commented Jun 11, 2024

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

@dNechita
Copy link
Collaborator

No need to downgrade the firmware. It should work with firmware version 5.0.0.

@wowaser
Copy link
Author

wowaser commented Jun 14, 2024

Hello again,

I have successfully captured raw data using your advice. However, I am having trouble interpreting the data because I cannot find any info about the structure of the raw frame.

For example, here's the raw frame I tried opening in matlab with the size reported by the data_collect (2048x2560, uint8)
image

How to parse the data correctly? Thank you for your help

@wowaser
Copy link
Author

wowaser commented Jun 18, 2024

@SeptimiuVana Do you have any suggestions on how to parse raw data? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants