This is a C3038 CMOS Camera Module.
The C3038 is a 1/4” color sensor module with digital output using OmniVision’s OV6630 CMOS image sensor, operating at 3.3V.

Featuring new lenses (comes with a lens cap too) that provides a slightly wider angle of vision.
Items in the set:
- 1x C3038 CMOS Camera
- 20x Single Pin Jumper Wire F/F 20cm
- Colour coded according to tutorial here.
The BCore100 has native libraries within the chip memory for the C3038 OV6630 Camera.
Frame-grabbing from the camera to memory for data manipulation, is as easy as the following code.
|
Example 1 – MONO (Black & White ) mode
Dim Image(19199) As Byte
Public Sub Main() CAM.Init() CAM.Mode(Const.CAM.Mode.Frame160x120) CAM.Speed(2) Do CAM.MONO.GrabFrame2Mem(Image) Loop End Sub
Example 2 – RGB (Colour) mode
Dim Image(57599) As Byte
Public Sub Main() CAM.Init() CAM.Mode(Const.CAM.Mode.Frame160x120) CAM.Speed(2) Do CAM.RGB.GrabFrame2Mem(Image) Loop End Sub
|
Available in Kit Set with the BCore100.
Available in Kit Set with the BCore100 and a 2.8inch TouchScreen OLED Display.
Detailed Information:
Resources / Tutorials:
Follow @AIS_Cube