Skip to content
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

Test patterns with D435i? #13401

Open
p-ogrady opened this issue Oct 6, 2024 · 1 comment
Open

Test patterns with D435i? #13401

p-ogrady opened this issue Oct 6, 2024 · 1 comment

Comments

@p-ogrady
Copy link

p-ogrady commented Oct 6, 2024


Required Info
Camera Model D400
Firmware Version 5.16.0.1
Operating System & Version Linux Ubuntu 22.04
Kernel Version (Linux Only) 5.15
Platform NVIDIA Jetson
SDK Version 2.55.1
Language python
Segment Robot

Issue Description

Is there an API that can configure the D435 unit to produce a test video/depth image, instead of the actual camera image? This is useful, for example, in our application's CI system, where we want to prove that we can connect and see video from the camera without having to control what the camera is actually looking at. If the test mode always produces a specific pattern, then we can test that received data to be sure that we're seeing the expected pattern. It's fairly common for cameras to have modes that produce e.g. SMPTE test patterns -- is it possible to configure this unit in a similar way?

@MartyG-RealSense
Copy link
Collaborator

Hi @p-ogrady RealSense cameras do not have a test pattern mode. However, the RealSense SDK does have a text-based testing tool called rs-data-collect that will check whether frames are being received from streams without producing an image.

https://github.com/IntelRealSense/librealsense/tree/master/tools/data-collect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants