Skip to content

Commit 8efd656

Browse files
authored
Update README.md
1 parent 229974c commit 8efd656

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The approach for this pi-webcam is to auto-login into pi OS desktop, to run came
1414
- Configure camera autostart
1515
- create directory $HOME/.config/autostart if it doesn't already exist
1616
- create file $HOME/.config/autostart/pi-webcam.desktop with the following content:
17-
```
18-
[Desktop Entry]
19-
Type=Application
20-
Name=Pi-Webcam
21-
Exec=/usr/bin/libcamera-vid -t 0 --fullscreen --awb indoor
22-
```
17+
```
18+
[Desktop Entry]
19+
Type=Application
20+
Name=Pi-Webcam
21+
Exec=/usr/bin/libcamera-vid -t 0 --fullscreen --awb indoor
22+
```
2323
- After next pi desktop startup, the camera will appear full screen over the HDMI connection
2424
2525
# Hardware

0 commit comments

Comments
 (0)