<div dir="ltr"><div dir="ltr">Hi Eric,<div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 20 Oct 2021 at 17:06, Eric Curtin <<a href="mailto:ecurtin@redhat.com">ecurtin@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Guys,<br>
<br>
To start thanks so much for your work on libcamera.<br>
<br>
I am interested in running the cam app via DRM/KMS on my laptop and<br>
afterwards on my raspberry pi.</blockquote><div><br></div><div>Our Raspberry Pi libcamera-apps (<a href="https://github.com/raspberrypi/libcamera-apps/">https://github.com/raspberrypi/libcamera-apps/</a>) have support for DRM display preview if that helps you.</div><div>See our documentation page for further details:</div><div><a href="https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-and-libcamera-apps">https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-and-libcamera-apps</a><br></div><div><br></div><div>Thanks,</div><div>Naush</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have figured out how to select the<br>
correct camera and select the correct display to output to. But how<br>
can I get them to play nicely together without "No mode matching<br>
1280x720", "Failed to configure frame sink", "Failed to start camera<br>
session", "Unable to find display pipeline for format MJPEG", etc.<br>
<br>
I'm a bit of a newbie to graphics and cameras, so any help to get this<br>
running would be greatly appreciated!<br>
<br>
$ sudo LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib64" cam -c 1 -C4 -DeDP-1<br>
[7:12:21.427200555] [75751]  INFO Camera camera_manager.cpp:293<br>
libcamera v0.0.0+3119-2f75a7e5<br>
Using camera \_SB_.PCI0.XHC_.RHUB.HS08-8:1.0-13d3:5405 as cam0<br>
[7:12:21.534685678] [75751]  INFO Camera camera.cpp:937 configuring<br>
streams: (0) 1280x720-MJPEG<br>
No mode matching 1280x720<br>
Failed to configure frame sink<br>
Failed to start camera session<br>
curtine@curt 17:00:12 1<br>
$ sudo LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib64" cam -c 1 -C4 -DDP-1<br>
[7:12:25.392692897] [75760]  INFO Camera camera_manager.cpp:293<br>
libcamera v0.0.0+3119-2f75a7e5<br>
Using camera \_SB_.PCI0.XHC_.RHUB.HS08-8:1.0-13d3:5405 as cam0<br>
[7:12:25.497724802] [75760]  INFO Camera camera.cpp:937 configuring<br>
streams: (0) 1280x720-MJPEG<br>
Unable to find display pipeline for format MJPEG<br>
Failed to configure frame sink<br>
Failed to start camera session<br>
<br>
Is mise le meas/Regards,<br>
<br>
Eric Curtin<br>
<br>
</blockquote></div></div>