-
Notifications
You must be signed in to change notification settings - Fork 127
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
[BUG] Not able to get video when using stereo pipeline #1060
Labels
bug
Something isn't working
Comments
I changed the code to the following, and now stereo works. I would still like to know what was wrong with my first code.
|
Hi, I think the major difference is that in the former example |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am creating a ROS 2 node using the DepthAI core library. I was able to get raw videos from the two OV9282 cameras connected to OAK FFC 3P but when I add a stereo pipeline to get rectified stream and depth, I get no video in the queue. I used the stereo_video.cpp file in the examples folder for reference, but it is still not working after I add the stereo pipeline. The sterep_video.cpp file works fine; it gives all 6 outputs.
The raw video does show one frame, and then it freezes. It also looks like the node freezes after a few seconds.
I don't think this is a known issue. Any help is appreciated. I am not using the DepthAI ROS 2 bridge or the ROS 2 driver because they have a lot of bugs.
The following is my code:
The text was updated successfully, but these errors were encountered: