-
Notifications
You must be signed in to change notification settings - Fork 4
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
grab jpeg #43
Comments
I would need to find out how the INDI protocol handles JPG images. Implementation will need some time. Sorry. |
Hi Markus, I searched internet and tried to understand the source code of other indi drivers (webcam and DSLR) to find out how this is done for other cameras. Unfortunately it seems that the INDI protocol supports raw (Bayer pattern) and RGB images only. The other drivers I have seen capture JPG but than they convert JPG to RGB for transmission. The For astro-photography the raw Bayer pattern format is still better than the RGB: it has higher dynamic range and does not suffer from rounding errors. Please correct me, but I believe what you really need is RGB capture with automatic exposure control and white balance. The present driver implementation has both disabled to allow stacking of images. But this is not practical when you just want to do single shots under good light conditions. In next driver version I will add controls to allow enabling of automatic exposure control and white balance. Regards, |
I just released v2.1.0 which has now the low level camera controls available. To get pictures with automatic exposure control and AWB please do:
Regards, |
would it be possible to get a jpeg image instead of the raw format? I have a PiHQ camera and during daylight I would save some processing getting the nice jpegs the camera makes.
CS, Markus
The text was updated successfully, but these errors were encountered: