SC3336 3MP Camera (A)

From Waveshare Wiki
Jump to: navigation, search
SC3336 3MP Camera (A)
SC3336 3MP Camera (A).jpg

MIPI-CSI Camera, 3MP
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

Adopts a SmartSens SC3336 sensor chip with 3MP resolution, features high sensitivity, high SNR, and low light performance, it is capable of a more delicate and vivid night vision imaging effect, and can better adapt to ambient light changes. Also, it is compatible with Luckfox Pico series boards.

Version Differences

Both SC3336 Camera (A) and SC3336 Camera (B) are based on the SC3336 sensor with the same lens parameters, and their pin definition and usage are the same. The main difference is that SC3336 Camera (B) removes the fixed copper hole, and you can not power the filling light device through the fixed hole. In addition, the SC3336 Camera (B) is more cost-effective with the same function and parameters as the SC3336 Camera (A).

Specification

  • Sensor:
    • Sensor: SC3336
    • CMOS size: 1/2.8"
    • Pixels: 3MP
    • Static resolution: 2304×1296
    • Maximum video frame rate: 30fps
    • Shutter: Rolling shutter
  • Lens:
    • Focal length: 3.95mm
    • Aperture: F2.0
    • FOV: 98.3° (diagonal)
    • Distortion: <33%
    • Focusing: Manual focus

User Guide

This is a camera module designed for Luckfox Pico, only for Luckfox Pico series products, other boards are not supported.
The user guide here involves using the LuckFox Pico with the provided system to capture camera video streams and transmit them for display on a host computer.

Hardware Connection

  • Place the metal side of the cable toward the white side of the connector holder, insert it into the board, and press the black buckle to lock it.

Configure Luckfox Pico Board

  • After the board powers on and enters the system, input the following command to check the camera.
    • If the camera is successfully recognized, the rkipc.ini folder will be automatically generated.
# ls /userdata/
ethaddr.txt lost+found image.bmp video0 video2 rkipc . ini video1
  • Get the IP address of the board, the default IP of Luckfox Pico and Luckfox Pico Plus is 172.32.0.93.
# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

usb0      Link encap:Ethernet  HWaddr 9E:49:D7:C8:F4:A3
          inet addr:172.32.0.93  Bcast:172.32.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:763 errors:0 dropped:116 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
  • If you use Luckfox Pico Plus and connect it with the wired cable, the IP address of the wired network port also can be checked:
# ifconfig
eth0      Link encap:Ethernet  HWaddr 82:D8:B7:D8:94:5A
          inet addr:192.168.10.86  Bcast:192.168.11.255  Mask:255.255.252.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:144 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:11210 (10.9 KiB)  TX bytes:684 (684.0 B)
          Interrupt:51

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

usb0      Link encap:Ethernet  HWaddr F2:84:8E:BA:A0:E8
          inet addr:172.32.0.93  Bcast:172.32.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:85 errors:0 dropped:39 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:13126 (12.8 KiB)  TX bytes:1544 (1.5 KiB)

Configure Host Computer

Here we mainly based on Windows computer configuration. Connect the board to the same LAN as the computer, Luckfox Pico can also be directly connected to the USB port of the computer via cable, using the RNDIS virtual network card to configure.

  • Windows Security Center -> Firewall and Network Protection -> Disable Firewall.

SC3336 3MP Camera (A) Guide01.png

  • Open Settings -> Advanced Network Settings -> Change Adapter Options.
  • Select the network adapter device recognized after inserting the board, usually with a similar name like "Remote NDIS based Internet Sharing Device," right-click and open Properties.
  • Double click Internet Protocol version (TCP/IPv4), set the IPV4 address as 172.32.0.94 to avoid conflicts with devices.

SC3336 3MP Camera (A) Guide02.png SC3336 3MP Camera (A) Guide03.png

Streaming Using VLC Media Player Software

  • Download and install VLC Media Player.
  • Open VLC Media Player software, select Media -> Network Stream.

SC3336 3MP Camera (A) Guide04.png

  • Input the corresponding IP address: rtsp://172.32.0.93/live/0 (172.32.0.93 is the default IP of the board).

VLC Media Player 02.png

  • If you use Luckfox Pico PLus and connect to the wired network, you also can stream using the IP address of eth0.

VLC Media Player 03.png

  • Finally, click play, and you can see the camera screen. Also, the camera's lens can be adjusted, and the user can adjust the lens for focusing:

VLC Media Player Guide.png

Resource

Support



Technical Support

If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 PM GMT+8 (Monday to Friday)