Alternatives To Mipi_camera
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gobot8,26620232 days ago27May 02, 2022135otherGo
Golang framework for robotics, drones, and the Internet of Things (IoT)
Circle1,529
10 days ago11gpl-3.0C
A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)
Fbcp Ili93411,286
4 months ago98mitC++
A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero
Flutter Pi1,203
15 days ago57mitC
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
Rpi Vk Driver1,155
2 years ago7mitC++
VK driver for the Raspberry Pi (Broadcom Videocore IV)
Luma.oled7071642 months ago36November 15, 202028mitPython
Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED
Linux Kernel Module Rust518
4 years ago3gpl-2.0Rust
88x2bu396
4 months agoother
Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
Librekinect386
6 years ago27C
Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi!
Drowsiness_detection337
a year ago2mitJupyter Notebook
A simple Drowsiness Detection module for humans. 😴 🚫 🚗
Alternatives To Mipi_camera
Select To Compare


Alternative Project Comparisons
Readme

Drive deprecation declaration

Raspberry Pi is transitioning from a legacy camera software stack based on proprietary Broadcom GPU code to an open-source stack based on libcamera. This version of the driver is deprecated on the new Bullseye system or later. This driver just can be used on legacy buster version system or before version.

Introduction

The MIPI cameras are widely used nowadays for smartphones and many opensource platforms like Raspberry pi and Nvidia Jetson series boards. And in order to add more mipi cameras (or other video streaming device with MIPI interface) support for these maker hardware platforms while keeping the mipi camera complex interface and protocol hidden from the user, Arducam team developed several camera drivers and demo codes based on different driver frameworks and their implementations.

Driver Framework

MIPI camera driver is a close source userland camera driver with no kernel version dependency. It can connect any MIPI camera modules from Arducam. Since this driver only supports the RAW sensor, it can receive the RAW images without hardware ISP processing, users have to do software ISP in their own implementation.

Jetvariety is a Nvidia Jetson platform V4L2 kernel camera driver framework which can support any MIPI cameras Arducam provides. A single-camera driver for all is the main goal of Jetvariety project, the user doesn't need to develop their own camera driver for Nvidia Jetson boards and even more, user can switch between different Arducam cameras without switching camera driver. Software compatibility for Jetvariety V4L2 driver is also another consideration for this project. Arducam_OBISP_MIPI_Camera_Module uses this driver on Jetson.

Similar to the Jetvariety, Pivariety uses the same idea to provide a single camera driver for all on the Raspberry pi platforms. It is also a V4L2 kernel driver for the software compatibility to most of the popular media player software or OpenCV. Arducam_OBISP_MIPI_Camera_Module also uses this driver on Raspberry Pi.

  • Libcamera-arducam for Raspberry Pi

Coming soon.

Popular Raspberry Pi Projects
Popular Driver Projects
Popular Hardware Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Raspberry Pi
Raspberry
Driver
Camera
Nvidia