Hi :)
I just noticed that the sample script basic/capture_2d_image.py does not work as expected.
- The first time I run it after powering on the camera (Nano Ultra GL), it enables the projector and successfully captures a 2D image.
- If I run the script again, it always outputs the same image again and does not activate the projector.
- Only after I run the script
basic/capture_depth_map.py will capture_2d_image.py output an updated 2D image. However it will output the 2D image of the time the depthmap was captured and not of the time the capture_2d_image.py was run.
To me it seems that capture_2d_image.py only captures a new 2D image if no image is already "cached" inside the camera.
I would like to capture 2D images continuously using the python SDK. Is there already a way to do that? Also, what is the framerate when only capturing 2D images?
Hi :)
I just noticed that the sample script
basic/capture_2d_image.pydoes not work as expected.basic/capture_depth_map.pywillcapture_2d_image.pyoutput an updated 2D image. However it will output the 2D image of the time the depthmap was captured and not of the time thecapture_2d_image.pywas run.To me it seems that
capture_2d_image.pyonly captures a new 2D image if no image is already "cached" inside the camera.I would like to capture 2D images continuously using the python SDK. Is there already a way to do that? Also, what is the framerate when only capturing 2D images?