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

Errors in arducam_mipicamera.py #25

Open
fuzzybear62 opened this issue Mar 24, 2020 · 2 comments · May be fixed by #136
Open

Errors in arducam_mipicamera.py #25

fuzzybear62 opened this issue Mar 24, 2020 · 2 comments · May be fixed by #136

Comments

@fuzzybear62
Copy link

Hello,
in the MIPI_Camera/RPI/python/arducam_mipicamera.py

line 182:184
arducam_stop_preview = camera_lib.arducam_stop_preview
arducam_start_preview.argtypes = [c_void_p]
arducam_start_preview.restype = c_int

should be:
arducam_stop_preview = camera_lib.arducam_stop_preview
arducam_stop_preview.argtypes = [c_void_p]
arducam_stop_preview.restype = c_int

It seems that are missing the functions to for the rgainvalue and bgainvalue
arducam_get_gain
arducam_manual_set_awb_compensation

@UCTRONICS
Copy link
Contributor

Sorry to hear your problems. Don't worry and we will update our lib as soon as possible.

@minewilliam minewilliam linked a pull request Oct 13, 2021 that will close this issue
@minewilliam
Copy link

Sorry to hear your problems. Don't worry and we will update our lib as soon as possible.

image

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

Successfully merging a pull request may close this issue.

3 participants