Camera model
Unbranded.
when i give the command "ls /dev/v4l/by-id/ -lh" in the SSH terminal i get the response:
usb-Jieli_Technology_USB_Composite_Device-video-index0
In the camera settings plugin in octoprint the camera name is: USB Composite Device: DV20 USB
What is the problem?
I can't get the stream up and running.
What did you already try to solve it?
I have altered the /boot/camera-streamer/usb-default.conf file to:
### Options for USB based cameras
# The port on which the webcam server for the camera should listen on. If you have only
# one camera, leave at 8080. If you have more, change to 8081, 8082, etc. The primary
# camera will be considered the one with 8080.
PORT=8080
# The path to the camera device. Leave as is if you are using no or only one USB camera.
DEVICE=/dev/v4l/by-id/usb-Jieli_Technology_USB_Composite_Device-video-index0
# The image format of the camera.
FORMAT=YUYV
# The resolution to set on the camera. Defaults to 1280x720.
WIDTH=1280
HEIGHT=720
# The framerate to set on the camera. Defaults to 15fps.
FRAMERATE=15
# Additional options.
OPTIONS=--http-listen=0.0.0.0
Have you tried running in safe mode?
Have done that without succes
Did running in safe mode solve the problem?
no
Systeminfo Bundle
browser.user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
connectivity.connection_check: 1.1.1.1:53
connectivity.connection_ok: True
connectivity.enabled: True
connectivity.online: True
connectivity.resolution_check: octoprint.org
connectivity.resolution_ok: True
env.hardware.cores: 4
env.hardware.freq: 1200.0
env.hardware.ram: 912703488
env.os.bits: 32
env.os.id: linux
env.os.platform: linux
env.plugins.pi_support.model: Raspberry Pi 3 Model B Rev 1.2
env.plugins.pi_support.octopi_camera_stack: camera-streamer
env.plugins.pi_support.octopi_version: 1.0.0
env.plugins.pi_support.octopiuptodate_build: 1.0.0-1.10.2-20240618101629
env.plugins.pi_support.octopiuptodate_build_short: 2024.06.18.101629
env.plugins.pi_support.throttle_check_enabled: True
env.plugins.pi_support.throttle_check_functional: True
env.plugins.pi_support.throttle_state: 0x0
env.python.pip: 22.3
env.python.version: 3.9.2
env.python.virtualenv: True
octoprint.last_safe_mode.date: 2024-09-21T17:22:24Z
octoprint.last_safe_mode.reason: settings
octoprint.safe_mode: False
octoprint.version: 1.10.2
printer.firmware: Marlin bugfix-2.1.x-mfs (Aug 15 2024 19:11:45)
systeminfo.generated: 2024-09-21T18:33:09Z
systeminfo.generator: zipapi
Additional information about your setup
Camera stack usb log:
Available USB camera devices:
/dev/v4l/by-id/usb-Jieli_Technology_USB_Composite_Device-video-index0
octoprint-systeminfo-20240921203325.zip (172.5 KB)