-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Multi camera pipeline in C# #3432
Comments
Hi @ArjanVroegop, To create pipeline for each RealSense device, please try something like below:
|
Hi, |
Hi @ArjanVroegop, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
Hi all,
I'm new to the RealSense camera's and already found a lot of useful information over here - thanks for that to everyone who's here! However, I cannot find a good answer to this problem:
At the moment I'm working on a setup with 4 realsense camera's that has to take pictures (RGB and depth, aligned) when the main programs asks for it (every 10 seconds or so). I've got working software which does use the low level API (so it collects a seperate RGB and depth frame for each camera). However, these two frames are not aligned.
One of the C# example programs shows how to align these two images, but this program uses the high level api (pipeline), so it works with a frameset instead of separate frames.
Until now I haven't manged to combine these two. I cannot align the separate images (is this possible)? And when I choose to use the pipeline, I cannot use more than 1 device. I've found a python example here, but this doesn't seem to work when I translate it to C#.
Any suggestions on how to proceed?
The text was updated successfully, but these errors were encountered: