MIPI_Camera
MIPI_Camera copied to clipboard
Errors in arducam_mipicamera.py
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
Sorry to hear your problems. Don't worry and we will update our lib as soon as possible.
Sorry to hear your problems. Don't worry and we will update our lib as soon as possible.