Skip to content
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

Open
bemmens opened this issue Oct 29, 2024 · 3 comments
Open

[BUG] app_full limits the video vertical resolution to 1080 #1147

bemmens opened this issue Oct 29, 2024 · 3 comments

Comments

@bemmens
Copy link

bemmens commented Oct 29, 2024

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?

image

Hardware :
Pi 5
HQ camera

Thanks!

@davidplowman
Copy link
Collaborator

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.

@bemmens
Copy link
Author

bemmens commented Oct 29, 2024 via email

@davidplowman
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants