Skip to content

Commit

Permalink
Remove raspicam references from octopi.txt
Browse files Browse the repository at this point in the history
As wished for in #796 

I'll add this to the OctoPi-UpToDate build so it will be already done in the images offered on OctoPrint's download page and on the Raspberry Pi imager, so there's IMHO no need for a RC4 for this.
  • Loading branch information
foosel authored Feb 13, 2023
1 parent 56286e8 commit 8946172
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions src/modules/octopi/filesystem/boot/octopi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@
### MacOSX users: If you use Textedit to edit this file make sure to use
### "plain text format" and "disable smart quotes" in "Textedit > Preferences"

### Configure which camera to use
#
# Available options are:
# - auto: tries first usb webcam, if that's not available tries raspi cam
# - usb: only tries usb webcam
# - raspi: only tries raspi cam
#
# Defaults to auto
#
#camera="auto"
### Heads-up: The "input_raspi" input module of mjpg-streamer is no longer supported.
### Raspicam support is now available on the "input_uvc" module.

### Additional options to supply to MJPG Streamer for the USB camera
#
Expand Down Expand Up @@ -51,17 +43,6 @@
#
#additional_brokenfps_usb_devices=()

### Additional options to supply to MJPG Streamer for the RasPi Cam
#
# See https://faq.octoprint.org/mjpg-streamer-config for available options.
#
# NOTE: Newer raspi cam modules are reporting as usb devices causing these
# options to be ignored. Set `camera="raspi"` to avoid these issues.
#
# Defaults to 10fps
#
#camera_raspi_options="-fps 10"

### Configuration of camera HTTP output
#
# Usually you should NOT need to change this at all! Only touch if you
Expand Down

0 comments on commit 8946172

Please sign in to comment.