-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] app_full limits the video vertical resolution to 1080 #1147
Comments
Hi, yes, I suppose it's a bit inconsistent that the height is limited to 1080 but the width isn't limited to 1920. I suppose I could see an argument for doing both or neither! But really, this code here is simply an example for you to look at, understand, and copy for your own purposes. We're not providing it as an application that does something terribly useful exactly as it is. So please feel free just to grab the file and do whatever you want with it. The line in question that you'd want to change would be this one. |
OK thank you!
I am very new to using the raspberry Pi camera and this app is the best plug and play GUI that I could find. Now it is fixed I think it does everything I need for now.
I think it could be handy to signpost to this more if you just want to plug and play a camera. I found it by accident really!
…________________________________
From: davidplowman ***@***.***>
Sent: 29 October 2024 3:33 PM
To: raspberrypi/picamera2 ***@***.***>
Cc: bemmens ***@***.***>; Author ***@***.***>
Subject: Re: [raspberrypi/picamera2] [BUG] app_full limits the video vertical resolution to 1080 (Issue #1147)
Hi, yes, I suppose it's a bit inconsistent that the height is limited to 1080 but the width isn't limited to 1920. I suppose I could see an argument for doing both or neither!
But really, this code here is simply an example for you to look at, understand, and copy for your own purposes. We're not providing it as an application that does something terribly useful exactly as it is. So please feel free just to grab the file and do whatever you want with it. The line in question that you'd want to change would be this one<https://github.com/raspberrypi/picamera2/blob/main/apps/app_full.py#L879>.
—
Reply to this email directly, view it on GitHub<#1147 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AY4H6LSMK4H4XF2CAYRDZTLZ56TFHAVCNFSM6AAAAABQZ7SZKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBUGYZDONRZHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Glad you're managing to figure it all out! Obviously you have the command line apps for (rpicam-still, rpicam-vid) for simple capture operations. There's also a nice little web UI to the camera that someone wrote here, that might make for a useful interface as well. |
Describe the bug
app_full.py limits the video vertical resolution to 1080
Expected behaviour
Is it possible to enable the full resolution of the sensor?
Hardware :
Pi 5
HQ camera
Thanks!
The text was updated successfully, but these errors were encountered: