Skip to content

CSI Camera & I2S Mic

Peter Yoon edited this page Apr 28, 2022 · 20 revisions

HW assembly example of Camera & Mic with RPi4

Camera & Mic with Raspberry Pi

Original parts in the links below, or compatible ones could be used. And fixtures are at your choice.

Camera Module v1 : https://www.raspberrypi.com/documentation/accessories/camera.html#hardware-specification

Stereo I2S Mic : https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-test

Source entry-point

aosp : https://github.com/android-rpi/local_manifests/tree/arpi-12-camic

kernel : https://github.com/android-rpi/kernel_manifest/tree/arpi-5.10-camic

Simple test-app

Camera : https://github.com/android-rpi/RpCamera

Mic echo : https://github.com/peyo-hd/MicTest

Clone this wiki locally