You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to develop a new camera sensor driver, but in this SDK I can only send 1 byte of data. And there are no driver sources, only precompiled libraries.
Please help me solve this.
The text was updated successfully, but these errors were encountered:
Below is the source code of the hx_drv_cis_get_register() and hx_drv_cis_set_register() functions that can read and write 1 byte data.
You can refer to these functions and modify them to transfer 4 bytes of data to a register.
You can put these functions into cisdp_sensor.c.
I need to develop a new camera sensor driver, but in this SDK I can only send 1 byte of data. And there are no driver sources, only precompiled libraries.
Please help me solve this.
The text was updated successfully, but these errors were encountered: