1/17/2020
How to setup a VC MIPI OV9281 on a Raspberry PI Model 3B+
https://www.vision-components.com/fileadmin/external/documentation/hardware/VC_MIPI_OV9281_Raspberry_PI_Model_3BPlus/index.html
7/13
Connection setup for the first image acquisition test.
You should have the login prompt back after switching the system on.
Raspbian showing login screen (user is usually pi with password raspberry)
3.1 Install necessary Raspbian packages
Before beginning with the installation, do the following steps first. This requires your Raspberry PI to already have an internet connection; otherwise you have to install the
packages mentioned manually, search the web for the procedure needed.
1. Update the raspberrypi-kernel package and your system by calling:
sudo apt-get update && sudo apt-get upgrade