MediaImporter / RPI / INSTALL.md
1 contributor
46 lines | 0.895kb

Install Guide

Status

RPI section is frozen.

Nu se recomanda folosirea acestui ghid ca baza pentru testare curenta pe Raspberry Pi 3B+ cu 1 GB RAM. Platforma nu a oferit suficiente resurse pentru validare fiabila si exista posibilitatea unui defect hardware.

1. Copy project to Raspberry Pi

Clone or copy this folder to the Raspberry Pi.

2. Run installer

cd rpi-camera-media-importer
sudo ./setup.sh

3. Configure camera profiles

rpi-camera-importer wizard

In wizard, configure each camera by ID_FS_UUID and destination path.

4. Verify detection pipeline (udev + systemd)

Connect camera and verify attach unit logs:

journalctl -u rpi-camera-importer-attach@<UUID>.service -f

5. Test import

rpi-camera-importer import --all --dry-run --verbose

6. Run real import

rpi-camera-importer import --all