-
Notifications
You must be signed in to change notification settings - Fork 1

Description
I got this error when I launch QRpi
Using pipeline:
libcamerasrc ! video/x-raw, width=(int)1024, height=(int)768, framerate=(fraction)15/1 ! videoconvert ! videoscale ! video/x-raw, width=(int)1024, height=(int)768 ! appsink
(QRpi:774): GLib-GObject-WARNING **: 10:25:52.137: invalid cast from 'GstLibcameraSrc' to 'GstBin'
(QRpi:774): GStreamer-CRITICAL **: 10:25:52.137: gst_bin_iterate_elements: assertion 'GST_IS_BIN (bin)' failed
(QRpi:774): GStreamer-CRITICAL **: 10:25:52.137: gst_iterator_next: assertion 'it != NULL' failed
(QRpi:774): GStreamer-CRITICAL **: 10:25:52.137: gst_iterator_free: assertion 'it != NULL' failed
[ WARN:0@0.122] global cap_gstreamer.cpp:1535 open OpenCV | GStreamer warning: cannot find appsink in manual pipeline
[ WARN:0@0.123] global cap_gstreamer.cpp:1173 isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created
[ WARN:0@0.123] global cap.cpp:204 open VIDEOIO(GSTREAMER): backend is generally available but can't be used to capture by name
Failed to open camera.
I'm worjing on a Pi4 with no desktop environment.
Could you help me, please?