You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add ARDUCAM (IMX219) support to my Klipper setup on an OrangepiZero 3 running an Octoprint frontend. Since the recommended OS was an Armbian Bookworm image, that's what I installed... as a result most of the "guides" out there targeted at PI seem to not apply.
I want to use Octoprint's support for camera-streamer with camera support via libcamera so I went ahead and installed the available APT packages
libcamera0.3 libcamera-tools libcamera-v4l2.
As per the camera-streamer github, I used the following to install:
I was able to run camera-streamer as a service once I removed i2c from supplimentary groups... I don't actually have an i2c group... it still begs the question, why would it not work with pi:pi ?... that user:group is valid...
Hello,
I am trying to add ARDUCAM (IMX219) support to my Klipper setup on an OrangepiZero 3 running an Octoprint frontend. Since the recommended OS was an Armbian Bookworm image, that's what I installed... as a result most of the "guides" out there targeted at PI seem to not apply.
I want to use Octoprint's support for camera-streamer with camera support via libcamera so I went ahead and installed the available APT packages
libcamera0.3 libcamera-tools libcamera-v4l2.
As per the camera-streamer github, I used the following to install:
Everything appears to have installed without errors.
I am now stuck at configuring a proper camera-streamer service... I attempted to use the following:
but it fails to run and aborts with
Main PID: 8910 (code=exited, status=216/GROUP)
From what I can tell, it is complaining about setting the 'group' ... but why? I've tried it running as
but same no joy.
For what it's worth, v4l2-ctl --list-devices spits out the camera as:
libcamera appears to work as it's cam -l utility lists the camera as:
Not sure if I am missing a permission somewhere or my service config is just wrong... any suggestions would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: