How can we test 12MP camera with the AMB82 Mini board? the RTL8735B is compatible with up to 12MP cameras ? If yes then which image sensor and camera module/board should we use, and how can it be connected to the board?
Hi @ashwani001
You can find the 12MP camera that can be used on AMB82 Mini in ameba-rtos-pro2/project/realtek_amebapro2_v0_example/inc/sensor.h at main · Ameba-AIoT/ameba-rtos-pro2 · GitHub .
You can only look for and use the camera sensor with the same pinout below.
You can download the camera module datasheet here
I am working with the AMB82 Mini Board and have a few questions:
-
Can we capture photos in landscape orientation with different aspect ratios and formats?
-
Are there debugging tools available for RTL8735B SOC ?
-
Could you suggest any compatible IMX681 camera modules, along with suppliers or component references that are confirmed to work with the AMB82 Mini?
Hi @ashwani001,
-
Different aspect ratio basically setting different resolution (width and height). This can be done. The image that we take will eventually be encoded to jpeg. Is there any particular format you wish to get?
-
In FreeRTOS, there is a tool that we can use to trace if there is a traceable hard fault.
-
For 12MP cameras, our SDK can support IMX681 and IMX471. However, I am not too sure about the suppliers.
Thank you.