Jhoanna Elizabeth Mata
Jhoanna Elizabeth Mata
> 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 ! 'video/x-raw(memory:VASurface)' ! \ > gvadetect model=/home/dlstreamer/temp/models/myYolo8/public/yolov8s/FP32/yolov8s.xml \ > model-proc=/opt/intel/dlstreamer/samples/gstreamer/model_proc/public/yolo-v8.json device=GPU...
im getting the following error when trying the below cmd  **ERROR: from element /GstPipeline:pipeline0/GstGvaDetect:gvadetect1: base_inference plugin initialization failed Additional debug info: /home/dlstreamer/dlstreamer/src/monolithic/gst/inference_elements/base/inference_singleton.cpp(175): acquire_inference_instance (): /GstPipeline:pipeline0/GstGvaDetect:gvadetect1: For system memory only...
i got it to work for object detection with following cmd gst-launch-1.0 compositor name=m sink_1::xpos=320 ! fpsdisplaysink video-sink=ximagesink sync=false -e \ v4l2src device=/dev/video4 ! video/x-raw,width=320,height=240,framerate=30/1 ! videoconvert ! \ decodebin...
however when i add the object classification piece with this cmd gst-launch-1.0 compositor name=m sink_1::xpos=320 ! fpsdisplaysink video-sink=ximagesink sync=false -e \ v4l2src device=/dev/video4 ! video/x-raw,width=320,height=240,framerate=30/1 ! videoconvert ! \ decodebin...