# 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

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

## 3. Configure camera profiles

```bash
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:

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

## 5. Test import

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

## 6. Run real import

```bash
rpi-camera-importer import --all
```
