-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest-bookworm-raspi.json
More file actions
59 lines (55 loc) · 1.62 KB
/
manifest-bookworm-raspi.json
File metadata and controls
59 lines (55 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"control": {
"Package": "camera-streamer-stack-raspi",
"Architecture": "all",
"Maintainer": "Gina Häußge <gina@octoprint.org>",
"Depends": "camera-streamer-raspi, rpicam-apps-lite, v4l-utils",
"Homepage": "https://github.com/OctoPrint/camera-streamer-stack",
"Description": "camera-streamer based webcam stack for OctoPi-UpToDate"
},
"installation_prefix": "/usr",
"data_files": {
"/etc/systemd/system/camera-streamer.service": {
"source": "systemd/camera-streamer.service",
"perm": 644
},
"/etc/systemd/system/camera-streamer-libcamera.service": {
"source": "systemd/camera-streamer-libcamera.service",
"perm": 644
},
"/etc/systemd/system/camera-streamer-usb@.service": {
"source": "systemd/camera-streamer-usb@.service",
"perm": 644
},
"/etc/camera-streamer.conf.d/libcamera.conf": {
"source": "configs/libcamera.conf",
"perm": 644,
"is_conffile": true
},
"/etc/camera-streamer.conf.d/usb-default.conf": {
"source": "configs/usb-default.conf",
"perm": 644,
"is_conffile": true
},
"bin/camera-streamer-control": {
"source": "scripts/camera-streamer-control",
"perm": 755
},
"bin/add-usb-camera": {
"source": "scripts/add-usb-camera",
"perm": 755
},
"bin/remove-usb-camera": {
"source": "scripts/remove-usb-camera",
"perm": 755
},
"bin/list-usb-cameras": {
"source": "scripts/list-usb-cameras",
"perm": 755
},
"bin/list-libcamera-devices": {
"source": "scripts/list-libcamera-devices",
"perm": 755
}
}
}