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

Only Partial Image when using on Raspbian with Resolution set to 1920x1080 #271

Open
minestrone1994 opened this issue Mar 23, 2022 · 3 comments

Comments

@minestrone1994
Copy link

I use a RaspberryPi 3b+ with a standard v1.2 RaspberryPi Camera. I run Raspbian Bullseye, but changed it so it works with the legacy camera drivers. I installed and compiled your v4l2rtspserver as described in the readme, which worked flawless.
I want to use this setup to stream my video feed to a local Homeassistant install - which works fine as long as I keep the resolution at 640x480. As soon as I set it to 1920x1080 it sort of zooms in and only shows the upper left part of the image (although in a higher resolution). How do I change this, so that it actually streams the full image in the correct resolution?
Any help highly regarded!

@minestrone1994
Copy link
Author

More Info:
Camera used: Omnivision OV5647 - alias RaspberryPi Camera V1

@davebuk
Copy link

davebuk commented May 19, 2022

You could try 1920x1440. This is how I've been running this type of camera on motioneyeos.

@y8s
Copy link

y8s commented Aug 25, 2022

Different sensor modes on the pi camera have different crop factors. See this documentation:

https://picamera.readthedocs.io/en/release-1.13/fov.html#sensor-modes

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

3 participants