Open Tilakv opened 1 year ago
I am trying to evaluate the rsdemuxer options to retrieve the depth values for the intel realsense camera: and the simple pipeline with rsdemux is failing.
gst-launch-1.0 realsensesrc ! queue ! rsdemux ! fakesink
WARNUNG: Von Element /GstPipeline:pipeline0/GstRSDemux:rsdemux0: Pushing to depth src gave -1.
FEHLER: Von Element /GstPipeline:pipeline0/GstRealsenseSrc:realsensesrc0: Internal data stream error.
The pipeline works without the demuxer. I tried to align only to color but then the push for color stream returns -1. Is something missing?
Any help is appreciated.
I am trying to evaluate the rsdemuxer options to retrieve the depth values for the intel realsense camera: and the simple pipeline with rsdemux is failing.
gst-launch-1.0 realsensesrc ! queue ! rsdemux ! fakesink
WARNUNG: Von Element /GstPipeline:pipeline0/GstRSDemux:rsdemux0: Pushing to depth src gave -1.
FEHLER: Von Element /GstPipeline:pipeline0/GstRealsenseSrc:realsensesrc0: Internal data stream error.
The pipeline works without the demuxer. I tried to align only to color but then the push for color stream returns -1. Is something missing?
Any help is appreciated.