-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Y16 "Save snapshot" Crashes RealSense Viewer #1998
Comments
I am also interested in this. I think I recall in the specs that onboard the d435, the infrared is 10bit. Besides asking the d435 SDK for Y16 (which also failed for me) I also asked for RS2_FORMAT_RAW10 and that failed as well. I would be interested in getting the stereo camera output in the highest resolution and contrast possible. |
[Realsense Customer Engineering Team Comment] The Y16 format is reserved for custom calibration. Y16 provides unrectified images. For applications, only use the Y8 format. The supported depth formats are listed in the datasheet, page 52, table 4-2. The Y8 format provides rectified images. Do not use Y16 in your applications. Use only the Y8 format in your applications. We will take a look at why the RealSense Viewer crashes. Regards, |
A little bit more information btw, may relate to the viewer: the rs-save-to-disk.cpp line:
doesn't seem to work properly with Y16 If I save the frames data to a raw file, I can read it back and view it. So the data is correct before transformation to png. |
@apoorva2398 @timprepscius |
[Realsense Customer Engineering Team Comment] pull request 2201 for this, please have a try. |
I believe this issue has been partially resolved. |
Issue Description
"Save snapshot" in RealSense Viewer crashes when saving Y16 with either Infrared 1 or 2. It outputs files that are incomplete.
The text was updated successfully, but these errors were encountered: