Replies: 1 comment 4 replies
-
Hi @DrMicio. Yes when I started looking at this a couple of days ago it confused me for a bit. What_ I found was that the libcamera-still app defaults to capturing an image at 1640x1232 on my v2 picamera whereas the libcamera-vid defaults to 640x480 so appears zoomed as you say. If you specify the width and height options then this sorted it for me. Try There's lots to learn I am finding but looks like a really useful way to get better access to everything. I also found invaluable the --help and -v verbose options great to find where I was going wrong. Hopefully that helps you if you haven't managed to figure it out. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm not sure if this is the right place to ask such questions but I've got a problem
I'm currently updating an old project, it was done with the old libraries (raspistill and picamera). I've upgraded both the system and the hardware and they work fine, the only problem is with my python server. With the old libraries I had a nice image, but with the new ones the video stream seems zoomed.
This "zoom" problem is present even with the libcamera commands via terminal, for example:
if I take an image with libcamera-still everything is fine, instead recording a video with libcamera-vid produces a zoomed result
Has anyone had this problem?
Beta Was this translation helpful? Give feedback.
All reactions