You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses GL_DEPTH_COMPONENT16.
It should be GL_DEPTH_COMPONENT.
The text was updated successfully, but these errors were encountered:
MPierer
changed the title
BUG in ext_light_viewer_capture.cpp - depth image is black
Bug in ext_light_viewer_capture.cpp - depth image is black
Nov 6, 2024
Hi, I noticed a problem in the ext_light_viewer_capture.cpp example.
When using the PIXEL_BUFFER readback option, the depth image is black.
Reason: The call to
iridescence/src/example/ext_light_viewer_capture.cpp
Line 61 in 8451c81
uses GL_DEPTH_COMPONENT16.
It should be GL_DEPTH_COMPONENT.
The text was updated successfully, but these errors were encountered: