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

Terrible camera quality on raspberry pi zero #46

Closed
chris-hinds opened this issue Jul 3, 2019 · 6 comments
Closed

Terrible camera quality on raspberry pi zero #46

chris-hinds opened this issue Jul 3, 2019 · 6 comments

Comments

@chris-hinds
Copy link

I have run through these steps in this issue, but still have pretty terrible video quality.

I am running on v0.0.9

This is running on anew PI Zero with the official 1080p camera module.
IMG_6359

Originally posted by @hindsc52 in #4 (comment)

@chrismarquardt
Copy link

This doesn't seem to be an issue of the Raspberry or of the software, it looks very much like your camera is out of focus. Does your camera have something in the front that turns on a thread? If yes, turn it while viewing the live stream and see what that does.

@chris-hinds
Copy link
Author

This doesn't seem to be an issue of the Raspberry or of the software, it looks very much like your camera is out of focus. Does your camera have something in the front that turns on a thread? If yes, turn it while viewing the live stream and see what that does.

It looks like it dos turn on . thread but it seems very difficult. almost like turning it would break the camera :/

@chris-hinds
Copy link
Author

Just ordered a tool from PiHut todo this.

@chris-hinds
Copy link
Author

My run file:

pi@raspberrypi:~ $ cat /etc/sv/hkcam/run
#!/bin/sh -e
exec 2>&1
v4l2-ctl --set-ctrl=rotate=90
v4l2-ctl --set-fmt-video=width=1280,height=720,pixelformat=YU12
v4l2-ctl -c video_bitrate=1000000
exec hkcam --data_dir=/var/lib/hkcam/data --verbose=true

@brutella
Copy link
Owner

brutella commented Jul 3, 2019

I currently working on a lens adjustment tool which can be 3D-printed #36

@brutella brutella closed this as completed Jul 3, 2019
@chris-hinds
Copy link
Author

Gotta buy a 3d printer now ;) although as this is the only item I need to right now its way.... way cheaper to buy the one for Adafruit for me :)

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