Jhoanna Elizabeth Mata
Jhoanna Elizabeth Mata
> > so the plan is to get 3 pipelines in parallel (3 different cameras), i am looking to use scene scape to aggregate all into a single scene >...
following your suggestion $> gst-launch-1.0 & $> gst-launch-1.0 & and piping the touput of 1 to a file so i can get the prompt back and run the 2nd one
what is this xvimagesink 2>&1 I am connected to my machines through Remote Desktop
here is what i see when ran the 2 cmds u sent 
yes that is correct, it is the path to the model, where would the .json files be? dlstreamer@vision-checkout:~/temp/public/efficientnet-b0$ ls FP16 FP32 efficientnet-b0 dlstreamer@vision-checkout:~/temp/public/efficientnet-b0$ cd FP32/ dlstreamer@vision-checkout:~/temp/public/efficientnet-b0/FP32$ ls efficientnet-b0.bin efficientnet-b0.xml dlstreamer@vision-checkout:~/temp/public/efficientnet-b0/FP32$...
i cant find the efficienet one under dlstreamer@vision-checkout:~/dlstreamer/samples/gstreamer/model_proc/intel$ pwd /home/dlstreamer/dlstreamer/samples/gstreamer/model_proc/intel
added the efficient classification option to my working yolov8 detection dlstreamer cmd and i am getting the following error gst-launch-1.0 v4l2src device=/dev/video10 ! video/x-raw,width=320,height=240,framerate=30/1 ! videoconvert ! gvadetect model=${OBJECT_DETECTION_MODEL} model_proc=${OBJECT_DETECTION_MODEL_PROC}...
ok after several tries and disconnecting connecting the real sense cameras it is working Not sure why i need to unplug/plug cameras for dlstreamer to work again as i was...
what is the correct way to end the stream? as I closed the "gst-launch 1.0" window and now re-running same cmd i get gst-launch-1.0 v4l2src device=/dev/video4 ! video/x-raw,width=320,height=240,framerate=30/1 ! videoconvert...
CTRL+C works and i am able to re-start the stream; however noticing issues with the real sense cameras, when 1 connected it works ok however when 2 or more it...