Difference between revisions of "IMX335 5MP USB Camera (A)"

From Waveshare Wiki
Jump to: navigation, search
Line 33: Line 33:
 
{{FAQ|Is the lens a little loose?
 
{{FAQ|Is the lens a little loose?
 
|IMX335 5MP USB Camera In order to facilitate the user to manually focus according to the actual shooting situation, there is no glue on the lens to fix it. Be careful not to twist the head when focusing to avoid the lens to fall off.
 
|IMX335 5MP USB Camera In order to facilitate the user to manually focus according to the actual shooting situation, there is no glue on the lens to fix it. Be careful not to twist the head when focusing to avoid the lens to fall off.
 +
}}
 +
 +
{{FAQ|Why couldn't asjut the exposure, gain parameters and so on?
 +
|In Mac with Opencv, the features is limited becuase of the OS AVFoundation driver, please use Linux and V4L driver instead.
 
}}
 
}}

Revision as of 07:20, 16 February 2023

IMX335 5MP USB Camera (A)
USB-Camera

USB Camere, 5 megapixel. UVC protocol
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

USB Camera, IMX335 sensor. 5 megapixel. Supports UVC protocol.

more

Specification

  • Pixel: 5MP
  • Resolution: 2592 × 1944
  • Sensor: IMX335
  • DSP: Automatic white balance(AWB)\Automatic exposure(AEC)\Automatic gain control(AGC)
  • Camera Specification:
    • CCD Size: 1/2.8 inch
    • Aperture (F): 1.08
    • Focus Length (EFL): 3.91 mm
    • Field of View (FOV): 106°(D) 92.6°(H) 48.6°(V)
    • Focus Type: MF
  • Interface: USB1.0
  • Image:
    • Image Format: MJPG, YVY2
    • Image resolution: 2592 × 1944
    • Video:
      25 FPS 2592 × 1944 (Full)
      30 FPS 1920 × 1080 (HD)
      30 FPS 1280 × 720 (720P)
  • Working Voltage: 5V ± 5%
  • Working Temperature: 0°C ~ 50°C
  • Lens Size: 23.50 × 19.50 × 36.94 mm
  • Dimension: 38.00 × 38.00 mm
  • OS Support: Windows, Linux, MacOS

Working with Windows PC

Test Software

Most of Windows 10 PC has pre-install Camera software, you can use it to test the USB camera.
If your PC doesn't have Camera software, you can also download the AMCap test software from Resource->Software and test.

Testing

Use Camera Software of Windows
  • Search "Camera" and open the software.
  • Click the setting icon on the top left to configure the image/video.
Usb-camera-manual-1.png
  • You can click the icons on the right to switch between Image Capture or Video Recording.
AMCap Software
  • Download and install the AMCap software.
  • You can click the Options option, and choose Video Capture Pin... or Still Capture Pin... to configure the image/video.
Usb-camera-manual-2.jpg

Working with Raspberry Pi

Buster

  • Open a terminal of Raspberry Pi (You can use the Ctrl+Alt+T shortcut):
  • Edit the modules file:
sudo nano /etc/modules
  • Add the following command in the document and save:
bcm2835-v4l2
  • Ues command sudo raspi-config to open the configuration:
    • Choose Interface Option -> Camera -> Yes to enable the camera and reboot.

Bullseye

You can directly test the USB camera on the Bullseye system.

Camera Test

  • Open a Terminal of Pi and install luvcview tool with the following command:
    • sudo apt-get install luvcview -y
  • After installing, use the following command to test the USB camera.
    • sudo luvcview -s 1920 x 1080
Usb-camera-manual-3.jpg

Working with Jetson Nano Developer Kit

  • Open a terminal of Jetson Nano Developer Kit (You can use the Ctrl+Alt+T shortcut or open it by Mouse).
  • Use the following command for previewing:
    • nvgstcapture-1.0 --camsrc=0
  • With the command, a preview window is opened.
Usb-camera-manual-4.jpg

【Notice】You may need to use the camera by script/codes, in this case, you can refer to tools/libraries like Opencv yourself.

Resources

Documents

Software

FAQ

 Answer:
Do not touch the components on the back of the PCB with your hands, so as not to affect the electrical characteristics.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
During use, the module generates a lot of heat, which is normal.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
IMX335 5MP USB Camera In order to facilitate the user to manually focus according to the actual shooting situation, there is no glue on the lens to fix it. Be careful not to twist the head when focusing to avoid the lens to fall off.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
In Mac with Opencv, the features is limited becuase of the OS AVFoundation driver, please use Linux and V4L driver instead.
{{{3}}}
{{{4}}}

{{{5}}}