-
Notifications
You must be signed in to change notification settings - Fork 12
Camera setup
Miroslav Krajicek edited this page Dec 29, 2020
·
1 revision
- Prepare the image with OS: There is bash script available for this purpose:
scripts/prepare_image.sh. During the script execution, you need to resize rootfs partition ingnome-disksor similar application. - Call
scripts/crosscompile_client.sh. This script will compile and install client to target image. - Write image to SD card with
Raspberry pi Imageror similar tool. - Insert SD to RPI, enable camera and GPIO with
raspi-config. RPIMoCap client service should start automatically.