<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 5 juin 2020 15 h 15, horai <<a href="mailto:ivo.hora@seznam.cz">ivo.hora@seznam.cz</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
<br>
I installed and ran test pipeline for libcamera API on Raspberry Pi:<br>
gst-launch-1.0 libcamerasrc ! videoconvert ! autovideosink<br>
<br>
I am getting the following output:<br>
Setting pipeline to PAUSED ...<br>
0:00:00.258118640  4111   0x33db60 WARN                xcontext<br>
xvcontext.c:534:gst_xvcontext_check_xshm_calls: MIT-SHM extension check<br>
failed at XShmAttach. Not using shared memory.<br>
0:00:00.333581316  4111   0x33db60 WARN                xcontext<br>
xvcontext.c:534:gst_xvcontext_check_xshm_calls: MIT-SHM extension check<br>
failed at XShmAttach. Not using shared memory.<br>
[0:59:04.193116583] [4111]  INFO Camera camera_manager.cpp:277 libcamera<br>
v0.0.0+1424-b60a7d70<br>
[0:59:04.201687352] [4114]  INFO IPAManager ipa_manager.cpp:124 libcamera is<br>
not installed. Adding '/home/pi/libcamera/build/src/ipa' to the IPA search<br>
path<br>
[0:59:04.348749892] [4114]  INFO IPAProxy ipa_proxy.cpp:122 libcamera is not<br>
installed. Loading IPA configuration from<br>
'/home/pi/libcamera/src/ipa/raspberrypi/data'<br>
Pipeline is live and does not need PREROLL ...<br>
0:00:00.511895880  4111   0x3fa800 FIXME                default<br>
gstutils.c:3981:gst_pad_create_stream_id_internal:<libcamerasrc0:src><br>
Creating random stream-id, consider implementing a deterministic way of<br>
creating a stream-id<br>
Setting pipeline to PLAYING ...<br>
0:00:00.512812847  4111   0x3fa800 WARN            libcamerasrc<br>
gstlibcamerasrc.cpp:461:gst_libcamera_src_task_enter:<libcamerasrc0> error:<br>
Internal data stream error.<br>
0:00:00.512856961  4111   0x3fa800 WARN            libcamerasrc<br>
gstlibcamerasrc.cpp:461:gst_libcamera_src_task_enter:<libcamerasrc0> error:<br>
streaming stopped, reason not-negotiated (-4)<br>
New clock: GstSystemClock<br>
ERROR: from element /GstPipeline:pipeline0/GstLibcameraSrc:libcamerasrc0:<br>
Internal data stream error.<br>
Additional debug info:<br>
../src/gstreamer/gstlibcamerasrc.cpp(461): gst_libcamera_src_task_enter ():<br>
/GstPipeline:pipeline0/GstLibcameraSrc:libcamerasrc0:<br>
streaming stopped, reason not-negotiated (-4)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">There is a format negotiation, like if non of the video formats is video/x-raw. Have you tried with different roles (a pad configuration) ? Also, perhaps you could share more debug, you may set the env:</div><div dir="auto"><br></div><div dir="auto">GST_DEBUG="libcam*:7,3"</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Execution ended after 0:00:00.000340256<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
<br>
Does anyone know what the problem might be?<br>
I followed these guides:<br>
<a href="https://www.raspberrypi.org/documentation/linux/software/libcamera/README.md" rel="noreferrer noreferrer" target="_blank">https://www.raspberrypi.org/documentation/linux/software/libcamera/README.md</a><br>
<a href="https://libcamera.org/getting-started.html" rel="noreferrer noreferrer" target="_blank">https://libcamera.org/getting-started.html</a><br>
<br>
Thank you<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>