Camera Module¶
OV13850 Camera Moudle(Out of production)
¶
Product Parameter¶
Brand:Omnivision
Model:CMK-OV13850
Interface:MIPI
Pixels:1320W
Firmware follow¶
CMK-OV13850 camera module is supported by default in public firmware.
Picture¶
Connection Method¶
Renderings¶
CAM-8MS1M Monocular camera¶
Product Parameter¶
Brand:SV
ISP:XC7160
Sensor: SC8238
Interface: MIPI
Pixels: 800W(Currently only supports up to 1080P, 4K is still being adapted)
Reference firmware¶
Public Fimware support CAM-8MS1M camera module by default. If it doesn’t work, please update the latest firmware.
Physical map¶
Connection method¶
Real pictures¶
SV-TAYSH-TQ Camera module¶
Product parameters¶
Model:XC7022(RGB)/XC6130(IR)
Interface :MIPI
Pixel :200W
Patch¶
note:
The camera only supports aio-3399j Standard Edition and does not support HDMI_In version
「 Android 7.1 」device/rockchip/rk3399/rk3399_firefly_aio.mk
BOARD_NFC_SUPPORT := false
BOARD_HAS_GPS := false
+BOARD_XC7022_XC6130_SUPPORT := true
#for 3G/4G modem dongle support
BOARD_HAVE_DONGLE := false
Modify the above patch and complie Android, then reboot after upgrading system.img.
[Android 10] kernel/arch/arm64/boot/dts/rockchip/rk3399-firefly-aio.dtsi
xc7160b@1b{
+ status = "disabled";
};
xc7160f@1b{
+ status = "disabled";
};
XC6130b@23{
+ status = "okay";
};
XC7022b@1b{
+ status = "okay";
};
Modify the above patch and complie kernel, then reboot after upgrading boot.img.