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

[Suggestion] Add camera options to rpicam #360

Closed
swekley opened this issue Mar 5, 2020 · 5 comments
Closed

[Suggestion] Add camera options to rpicam #360

swekley opened this issue Mar 5, 2020 · 5 comments

Comments

@swekley
Copy link
Contributor

swekley commented Mar 5, 2020

Hi,

I'm using an IR pi camera and because of that my images are pink.
To prevent that I used to add -awb greyworld to the raspimjpeg command but I can't find anything related to awb in the code except for the telegrambot.

Could you add this as an option in camera settings? Something like IR cam: yes/no

@theyosh
Copy link
Owner

theyosh commented Mar 6, 2020

hmm, greyworld is not yet support by the Picamera module in Python:

waveform80/picamera#576
raspberrypi/firmware#1167 (comment)

So I have to make a hack for that. And I will add a White balance option in the settings, so you can pick your own. But this will take some days to make.

theyosh added a commit that referenced this issue Mar 6, 2020
@theyosh
Copy link
Owner

theyosh commented Mar 6, 2020

Updated the code. Do a git pull and restart. Make sure you have cleared your browser cache.

You should have a new Webcam setting. Change it to your needs and see if it works. It is not much tested yet.

@swekley
Copy link
Contributor Author

swekley commented Mar 6, 2020

Finally no more pink pictures.. Thankyou! It works perfectly fine.

@swekley swekley closed this as completed Mar 6, 2020
@andyhimself
Copy link

Finally no more pink pictures.. Thankyou! It works perfectly fine.

How did you do it?
Im completely new to rpi camera, im using a NoIR cam and i need this feature. Can you show a step-by-step guide for us? Thanks

@swekley
Copy link
Contributor Author

swekley commented Mar 21, 2021 via email

theyosh added a commit that referenced this issue Mar 22, 2021
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