fluidd-core / FluiddPI

FluiddPi - A Pi image with Klipper, Moonraker, Fluidd and Web Camera support pre-installed.
https://docs.fluidd.xyz
GNU General Public License v3.0
299 stars 58 forks source link

Webcamd Raspi Cam #50

Closed SlayerTO closed 1 year ago

SlayerTO commented 2 years ago

Hardware:

input_raspicam.so is not present, fortunaly you can use input_uvc with the raspicam v4l2 driver.

vcgencmd get_camera returned the string "supported=1 detected=1, libcamera interfaces=0" witch was not matching up with "supported=1 detected=1", adding wildcards resolved that issue.

mgcrea commented 1 year ago

Encountered the same issue and a make distclean; make properly created the missing file. Still the fix in webcamd is required.