Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gobot | 8,266 | 20 | 23 | 2 days ago | 27 | May 02, 2022 | 135 | other | Go | |
Golang framework for robotics, drones, and the Internet of Things (IoT) | ||||||||||
Circle | 1,529 | 10 days ago | 11 | gpl-3.0 | C | |||||
A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit) | ||||||||||
Fbcp Ili9341 | 1,286 | 4 months ago | 98 | mit | C++ | |||||
A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero | ||||||||||
Flutter Pi | 1,203 | 15 days ago | 57 | mit | C | |||||
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X. | ||||||||||
Rpi Vk Driver | 1,155 | 2 years ago | 7 | mit | C++ | |||||
VK driver for the Raspberry Pi (Broadcom Videocore IV) | ||||||||||
Luma.oled | 707 | 16 | 4 | 2 months ago | 36 | November 15, 2020 | 28 | mit | Python | |
Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED | ||||||||||
Linux Kernel Module Rust | 518 | 4 years ago | 3 | gpl-2.0 | Rust | |||||
88x2bu | 396 | 4 months ago | other | |||||||
Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets | ||||||||||
Librekinect | 386 | 6 years ago | 27 | C | ||||||
Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi! | ||||||||||
Drowsiness_detection | 337 | a year ago | 2 | mit | Jupyter Notebook | |||||
A simple Drowsiness Detection module for humans. 😴 🚫 🚗 |
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.
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.
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.
Coming soon.