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

Cropped Live Camera Feed #5

Closed
jaredhmt opened this issue Jul 23, 2019 · 2 comments
Closed

Cropped Live Camera Feed #5

jaredhmt opened this issue Jul 23, 2019 · 2 comments
Assignees

Comments

@jaredhmt
Copy link
Contributor

The CameraFeedScreen camera feed does not show the full image frame of the camera. The feed is cropped and only when the picture is taken, does the full frame appear.

@jaredhmt jaredhmt self-assigned this Jul 23, 2019
@jaredhmt
Copy link
Contributor Author

jaredhmt commented Aug 8, 2020

camera = PiCamera(resolution=(2240,1840),shutter_speed=2000,iso=100)
self.camera.start_preview(rotation=180,fullscreen=False,window=(230,10,560,460),crop=(0,0,0,0))

These are potential fixes to camera exposure and the cropped live feed view.

@jaredhmt
Copy link
Contributor Author

jaredhmt commented Aug 8, 2020

waveform80/picamera#23 (comment)

Library has no fix for this as of now. The library has not been updated in a few years, likely will not be updated any time soon.

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