Skip to content

capture_2d not working #41

@YBachmann

Description

@YBachmann

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions