zed-sdk icon indicating copy to clipboard operation
zed-sdk copied to clipboard

Video streaming with delay

Open ItsNotSoftware opened this issue 7 months ago • 0 comments

Preliminary Checks

  • [x] This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • [x] This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

I work with space robotics. For space applications sometimes communications have multi second delays (for example sending data from the moon will take around 3s). It would be nice for earth testing if there was a possibility of streaming ZED camera data using the sdk with some sort of delay.

I tried implementing this on the user side, but at the moment there is no way of queuing data received from zed.grab() calls. Is there another way to do this?

Use-Case

No response

Anything else?

No response

ItsNotSoftware avatar Mar 06 '25 16:03 ItsNotSoftware