lzbsuzhou
Results
2
issues of
lzbsuzhou
## My Problems I have used the codes to do temperature control, it is useful. But sometimes, it could not work. ## PTerm may be a instant value ...
I run the **multi_camera_board.py**, and want to change the exposure time. So I add the following code: ```python camera.software_auto_exposure(False) address_h_c = c_uint16(0x3500) address_m_c = c_uint16(0x3501) address_l_c = c_uint16(0x3502) expo_h_c =...