---
product_id: 460871137
title: "Raspberry Pi Industrial Camera Module STARVIS IMX462 Color CMOS Sensor 2MP Pixel for All Raspberry Pi, Support Bullseye libcamera and Raspbian Build-in Driver"
brand: "innomaker"
price: "510 kr"
currency: DKK
in_stock: true
reviews_count: 8
category: "Innomaker"
url: https://www.desertcart.dk/products/460871137-raspberry-pi-industrial-camera-module-starvis-imx462-color-cmos-sensor
store_origin: DK
region: Denmark
---

# Up to 60 fps Full HD capture Exceptional low-light & IR sensitivity 2MP STARVIS IMX462 sensor Raspberry Pi Industrial Camera Module STARVIS IMX462 Color CMOS Sensor 2MP Pixel for All Raspberry Pi, Support Bullseye libcamera and Raspbian Build-in Driver

**Brand:** innomaker
**Price:** 510 kr
**Availability:** ✅ In Stock

## Summary

> 🚀 Elevate your Raspberry Pi vision — See what others can’t!

## Quick Answers

- **What is this?** Raspberry Pi Industrial Camera Module STARVIS IMX462 Color CMOS Sensor 2MP Pixel for All Raspberry Pi, Support Bullseye libcamera and Raspbian Build-in Driver by innomaker
- **How much does it cost?** 510 kr with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.dk](https://www.desertcart.dk/products/460871137-raspberry-pi-industrial-camera-module-starvis-imx462-color-cmos-sensor)

## Best For

- innomaker enthusiasts

## Why This Product

- Trusted innomaker brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Crystal-Clear 2MP Imaging:** Experience razor-sharp 1920x1080 resolution with the advanced STARVIS IMX462 sensor, perfect for professional-grade visuals.
- • **Smooth 60fps Video Capture:** Capture every moment in fluid motion with high frame rates, ideal for surveillance and industrial applications.
- • **Ultra-Wide 148° Field of View:** Cover more ground with a wide-angle lens compatibility, ensuring no detail goes unnoticed in your projects.
- • **Seamless Raspberry Pi Integration:** Plug-and-play with all Raspberry Pi models using built-in drivers and CSI interface for hassle-free setup.
- • **Optimized for Low-Light & Night Vision:** Leverage superior IR sensitivity and STARVIS tech to dominate in challenging lighting conditions and specialized imaging.

## Overview

The InnoMaker Raspberry Pi Industrial Camera Module CAM-MIPI462RAW features a 2MP STARVIS IMX462 color CMOS sensor delivering 1920x1080 resolution at up to 60fps. Designed for all Raspberry Pi models, it connects via CSI with built-in drivers supporting Bullseye libcamera and Raspbian. Its ultra-wide 148° field of view and exceptional low-light sensitivity make it ideal for industrial, surveillance, and night vision applications. Adjustable focal length and custom design services add flexibility for professional projects.

## Description

desertcart.com: InnoMaker Raspberry Pi Industrial Camera Module STARVIS IMX462 Color CMOS Sensor 2MP Pixel for All Raspberry Pi, Support Bullseye libcamera and Raspbian Build-in Driver : Electronics

Review: IMX462 is great for low light -- but you should know what you are getting - I am writing regarding the Sony IMX462 sensor board. The IMX462 is part of the line with the IMX290/327/462 and is meant for use in industrial or commercial applications. It has great sensitivity to long wavelength light (700nm+) so it is great for night vision with IR illumination. I replaced the stock lens with a "uxcell 8mm Focal Length 1080P F2.0 1/2.7 Inch Wide Angle" available on desertcart. It has no IR cut filter so IR light will pass through it. It is connected to a Raspi Zero W. It needs a converter cable to connect to the Zero due to a different pin size. The Pi OS comes with a driver for the IMX290 which works with the 327 and the 462, but it also has a driver for a 462 which works. The seller says to use the 290 driver but I tried both and they both work so I am using the 462 (it still appears as a 290 though, so who knows what is going on). It uses the Pi's hardware ISP to process the sensor image, so if you aren't using a Pi I don't think it will work. There is no way to get this to display on another computer unless you connect it to the CSI lane and have a specific driver for it and the ISP tuning file. It also relies on the Pi's hardware video encoder to encode the video -- if you don't do this you will get a raw SRGB stream. It will not fit in normal Pi camera enclosures. You should really know that you want this specific sensor and board for a specific purpose. It is specifically good for surveillance, night vision, industrial, or astronomical applications. I am using it with a cold mirror (visible light cut filter) and an IR light to grab images of otherwise un-imageable surfaces. It works great for that. This is my /boot/config.txt entry: #Camera dtoverlay=imx462,clock-frequency=74250000 #camera_auto_detect=0 Here is the output I get from some Pi commands which may be useful for you: $ libcamera-vid --list-cameras Available cameras ----------------- 0 : imx290 [1920x1080] (/base/soc/i2c0mux/i2c@1/imx290@1a) Modes: 'SRGGB10_CSI2P' : 1280x720 [60.00 fps - (320, 180)/1280x720 crop] 1920x1080 [60.00 fps - (0, 0)/1920x1080 crop] 'SRGGB12_CSI2P' : 1280x720 [60.00 fps - (320, 180)/1280x720 crop] 1920x1080 [60.00 fps - (0, 0)/1920x1080 crop] --- $ libcamera-vid -n -t 0 --inline --listen --height 1080 --width 1920 --framerate 60 --denoise off -o tcp://0.0.0.0:5000 Overriding H.264 level 4.2 [0:11:13.274240440] [658] INFO Camera camera_manager.cpp:299 libcamera v0.0.4+22-923f5d70 [0:11:13.556635700] [659] INFO RPI raspberrypi.cpp:1476 Registered camera /base/soc/i2c0mux/i2c@1/imx290@1a to Unicam device /dev/media2 and ISP device /dev/media0 Mode selection: SRGGB10_CSI2P 1280x720 - Score: 5000 SRGGB10_CSI2P 1920x1080 - Score: 3000 SRGGB12_CSI2P 1280x720 - Score: 4000 SRGGB12_CSI2P 1920x1080 - Score: 2000 Stream configuration adjusted [0:11:13.608129200] [658] INFO Camera camera.cpp:1028 configuring streams: (0) 1920x1080-YUV420 (1) 1920x1080-SRGGB12_CSI2P [0:11:13.611289169] [659] INFO RPI raspberrypi.cpp:851 Sensor: /base/soc/i2c0mux/i2c@1/imx290@1a - Selected sensor format: 1920x1080-SRGGB12_1X12 - Selected unicam format: 1920x1080-pRCC
Review: Some open questions, but what I can see seems good. - Full disclosure: The project I was going to use this for has been put off for at least three months as I shift my project from Raspberry Pi 4 to Raspberry Pi 5 and complete other work. However, I've gone over the hardware, looked at the Github files, and reviewed the manual (such that it is). This review is based on that effort and I will update it after implementation. Also, I am an amateur, but not a complete newbie, so take this as you will. All in all, the hardware seems fine, the pin-out information in the manual is clear, the included ribbon connector seems fine. Importantly, there is only one open issue for this on Github, and that is a general question about use for non-Raspberry Pi boards. From the board layout, hardware installation will be easy, and the board and camera itself seems to have a good build quality. Obviously, functionality will be basic, but for the price and likely use cases (like mine), that is fine. I do wonder about overall support for this camera (separate from the customer support email address which is clearly listed in the documentation), given the manual appears to have only been updated one time since introduction in 2021, and that one open ticket I previously mentioned was never responded to, nor just assigned and closed if handled through a separate channel. Net, I get this review has serious limits, but since this was a "free" product I felt I needed to provide what I did know, and I also saw some other reviews that seemed to be negative in ways that seemed...unlikely to be representative. Unless there is some obscure issue, this seems worth at least four stars.

## Features

- Raspberry Pi Camera CAM-MIPI462RAW is an Industrial Camera Module for all Raspberry Pi.
- Sensor Type: STARVIS IMX462LQR Color CMOS Active Pixel type Solid-state Image Sensor with Square Pixel Array 2 MP Effective Pixels. Diagonal 6.46 mm (Type 1/2.8). Pixel count: 1920x1080. High to 60 fps.
- This IMX462 module connects to the CSI connector on the Raspberry Pi directly. Using the build-in driver same as imx290(74.25M Hz).
- Match a wide angle Lens. Fov(D)=148 degrees, Fov(H)=118 degrees. Focal distance is adjustable.
- Comes with user manual, test demo and friendly technology support. We offer custom-design service.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B0B5G84PQ8 |
| Best Sellers Rank | #3,766 in Single Board Computers (Computers & Accessories) |
| Brand | innomaker |
| Built-In Media | no |
| Compatible Devices | Raspberry Pi 5, Raspberry Pi 4, Raspberry Pi 3B+, Raspberry Pi 3A+, Raspberry Pi 3, Raspberry Pi CM4, Raspberry Pi CM3, Raspberry Pi CM3+, Raspberry Pi Zero |
| Connectivity Technology | CSI |
| Customer Reviews | 3.8 out of 5 stars 34 Reviews |
| External Testing Certification | Não aplicável |
| Included Components | no |
| Manufacturer | innomaker |
| Model Name | CAM-MIPI462RAW |
| Operating System | Debian (Raspbian) |
| Processor Count | 1 |
| RAM Memory Technology | LPDDR2 |
| Total Usb Ports | 4 |
| UPC | 781520760468 |
| Warranty Description | 1 |
| Wireless Communication Standard | Infrared |
| Wireless Compability | Infrared |

## Product Details

- **Brand:** innomaker
- **Connectivity Technology:** CSI
- **Included Components:** no
- **Model Name:** CAM-MIPI462RAW
- **Operating System:** Debian (Raspbian)

## Images

![Raspberry Pi Industrial Camera Module STARVIS IMX462 Color CMOS Sensor 2MP Pixel for All Raspberry Pi, Support Bullseye libcamera and Raspbian Build-in Driver - Image 1](https://m.media-amazon.com/images/I/61PkF5s-3HL.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ IMX462 is great for low light -- but you should know what you are getting
*by F***S on May 30, 2023*

I am writing regarding the Sony IMX462 sensor board. The IMX462 is part of the line with the IMX290/327/462 and is meant for use in industrial or commercial applications. It has great sensitivity to long wavelength light (700nm+) so it is great for night vision with IR illumination. I replaced the stock lens with a "uxcell 8mm Focal Length 1080P F2.0 1/2.7 Inch Wide Angle" available on Amazon. It has no IR cut filter so IR light will pass through it. It is connected to a Raspi Zero W. It needs a converter cable to connect to the Zero due to a different pin size. The Pi OS comes with a driver for the IMX290 which works with the 327 and the 462, but it also has a driver for a 462 which works. The seller says to use the 290 driver but I tried both and they both work so I am using the 462 (it still appears as a 290 though, so who knows what is going on). It uses the Pi's hardware ISP to process the sensor image, so if you aren't using a Pi I don't think it will work. There is no way to get this to display on another computer unless you connect it to the CSI lane and have a specific driver for it and the ISP tuning file. It also relies on the Pi's hardware video encoder to encode the video -- if you don't do this you will get a raw SRGB stream. It will not fit in normal Pi camera enclosures. You should really know that you want this specific sensor and board for a specific purpose. It is specifically good for surveillance, night vision, industrial, or astronomical applications. I am using it with a cold mirror (visible light cut filter) and an IR light to grab images of otherwise un-imageable surfaces. It works great for that. This is my /boot/config.txt entry: #Camera dtoverlay=imx462,clock-frequency=74250000 #camera_auto_detect=0 Here is the output I get from some Pi commands which may be useful for you: $ libcamera-vid --list-cameras Available cameras ----------------- 0 : imx290 [1920x1080] (/base/soc/i2c0mux/i2c@1/imx290@1a) Modes: 'SRGGB10_CSI2P' : 1280x720 [60.00 fps - (320, 180)/1280x720 crop] 1920x1080 [60.00 fps - (0, 0)/1920x1080 crop] 'SRGGB12_CSI2P' : 1280x720 [60.00 fps - (320, 180)/1280x720 crop] 1920x1080 [60.00 fps - (0, 0)/1920x1080 crop] --- $ libcamera-vid -n -t 0 --inline --listen --height 1080 --width 1920 --framerate 60 --denoise off -o tcp://0.0.0.0:5000 Overriding H.264 level 4.2 [0:11:13.274240440] [658] INFO Camera camera_manager.cpp:299 libcamera v0.0.4+22-923f5d70 [0:11:13.556635700] [659] INFO RPI raspberrypi.cpp:1476 Registered camera /base/soc/i2c0mux/i2c@1/imx290@1a to Unicam device /dev/media2 and ISP device /dev/media0 Mode selection: SRGGB10_CSI2P 1280x720 - Score: 5000 SRGGB10_CSI2P 1920x1080 - Score: 3000 SRGGB12_CSI2P 1280x720 - Score: 4000 SRGGB12_CSI2P 1920x1080 - Score: 2000 Stream configuration adjusted [0:11:13.608129200] [658] INFO Camera camera.cpp:1028 configuring streams: (0) 1920x1080-YUV420 (1) 1920x1080-SRGGB12_CSI2P [0:11:13.611289169] [659] INFO RPI raspberrypi.cpp:851 Sensor: /base/soc/i2c0mux/i2c@1/imx290@1a - Selected sensor format: 1920x1080-SRGGB12_1X12 - Selected unicam format: 1920x1080-pRCC

### ⭐⭐⭐⭐ Some open questions, but what I can see seems good.
*by C***R on June 9, 2025*

Full disclosure: The project I was going to use this for has been put off for at least three months as I shift my project from Raspberry Pi 4 to Raspberry Pi 5 and complete other work. However, I've gone over the hardware, looked at the Github files, and reviewed the manual (such that it is). This review is based on that effort and I will update it after implementation. Also, I am an amateur, but not a complete newbie, so take this as you will. All in all, the hardware seems fine, the pin-out information in the manual is clear, the included ribbon connector seems fine. Importantly, there is only one open issue for this on Github, and that is a general question about use for non-Raspberry Pi boards. From the board layout, hardware installation will be easy, and the board and camera itself seems to have a good build quality. Obviously, functionality will be basic, but for the price and likely use cases (like mine), that is fine. I do wonder about overall support for this camera (separate from the customer support email address which is clearly listed in the documentation), given the manual appears to have only been updated one time since introduction in 2021, and that one open ticket I previously mentioned was never responded to, nor just assigned and closed if handled through a separate channel. Net, I get this review has serious limits, but since this was a "free" product I felt I needed to provide what I did know, and I also saw some other reviews that seemed to be negative in ways that seemed...unlikely to be representative. Unless there is some obscure issue, this seems worth at least four stars.

### ⭐⭐⭐⭐⭐ Powerful little camera
*by D***. on July 20, 2025*

I hesitated because of some bad reviews but I think those who wrote them may not understand the Pi camera interface or innomaker didn't have updated instructions. If this is your first time integrating a camera to a Pi there is a learning curve. I have gathered such great time-lapses of the night sky I have lots of people asking what my setup is and they are absolutely amazed that its this little camera. I got this to work on allsky(using imx219 identity) and indi-allsky (as native identity). Id suggest a pi with more ram and proc than the 3b to run this but it does still work. Im rating this 5 because this is a perfectly capable product that does exceptionally well especially for night sky. With some adjustments to the videos it will even begin to pick up milky way. Pic is a partial screen cap of 15 seconds of ISS transit

## Frequently Bought Together

- innomaker Raspberry Pi Industrial Camera Module STARVIS IMX462 Color CMOS Sensor 2MP Pixel for All Raspberry Pi,Support Bullseye libcamera and Raspbian Build-in Driver
- MAKERELE Waterproof Electronic DIY Projects Cable Enclosure Outdoor 6.89”6.89”3.94” (175175100mm) Outside ABS Plastic Electrical Box with 2 NPT 3/8” Glands
- Enokay Raspberry Pi 4 Model B Heat Sink Single Cooling Fan RAM Heatsink Set

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.dk/products/460871137-raspberry-pi-industrial-camera-module-starvis-imx462-color-cmos-sensor](https://www.desertcart.dk/products/460871137-raspberry-pi-industrial-camera-module-starvis-imx462-color-cmos-sensor)

---

*Product available on Desertcart Denmark*
*Store origin: DK*
*Last updated: 2026-04-23*