markusbr

Results 402 comments of markusbr

independent from the Intel RealSense problem... if the HOST has a GPU... based on the other discussions e.g. in issue #416 ... you can put the videos "side by side"...

What do you mean, where to get what from? In your other issues (like https://github.com/dlstreamer/dlstreamer/issues/410 and https://github.com/dlstreamer/dlstreamer/issues/415) you already used the gstreamer plugin `v4l2src`. The mentioned pipelines in the last...

Which syntax error do you get? Try to simplify, try to shorten the command line (e.g. using shell variables like `gst-launch-1.0 ${PIPELINE1} ! ${PIPELINE2} ! autovideosink`). Try to format the...

(instead of screenshots can you share (also) the text/commands/command-lines, please?)

You shared two pictures - one with the simplified command-line, the other with the result. But the result seems to use a different command-line (e.g. using `compositor`), so the result...

Start simple like this: ``` gst-launch-1.0 compositor name=m sink_1::xpos=320 ! autovideosink \ videotestsrc ! video/x-raw,width=320,height=240,framerate=30/1 ! m. \ videotestsrc ! video/x-raw,width=320,height=240,framerate=30/1 ! queue ! m. ``` Working? You might need...

The command line combines to "pipelines" into one, each has a sink, that's why two windows are created (not using a compositor plugin to put both outputs into one window...

Now I got access to an Intel RealSense D415!! When I start the DL-Streamer container and do `ls -al /dev/vid* /dev/med*` with the `docker run` command-line I used to use,...

Combining multiple command-lines from the discussions about this topic and previous Yolov8: ``` gst-launch-1.0 compositor name=m sink_1::xpos=768 ! fpsdisplaysink video-sink=ximagesink sync=false \ filesrc location=/home/dlstreamer/person-bicycle-car-detection.mp4 ! \ decodebin ! vaapipostproc !...

Between your console logs there are these two errors: ![image](https://github.com/dlstreamer/dlstreamer/assets/29976962/9dffee46-ae70-4780-b221-700a832fdd0c) The command you pasted seems different to what is shown in your screenshot... Can you have a closer look at...