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
Is your feature request related to a problem? Please describe
I have ras pi 4 and klipper with moonraker and fluid
Also I have camera module connected via CSI to ras pi (https://www.waveshare.com/wiki/IMX519-78_16MP_AF_Camera)
I did not find how to configure autofocus for this camera
My conf file:
`[crowsnest]
log_path: /home/ihvor/printer_data/logs/crowsnest.log
log_level: verbose # Valid Options are quiet/verbose/debug
delete_log: false # Deletes log on every restart, if set to true
no_proxy: false
It looks like this ticket is a request for help (or similar).
Many helpful people will not see your message here and you are
unlikely to get a useful response.
We use the Github Issue-Tracker only for development related
topics, like feature requests, bug reports etc. To get help,
please join our Discord-Server or ask in Github Discussions:
Is your feature request related to a problem? Please describe
I have ras pi 4 and klipper with moonraker and fluid
Also I have camera module connected via CSI to ras pi (https://www.waveshare.com/wiki/IMX519-78_16MP_AF_Camera)
I did not find how to configure autofocus for this camera
My conf file:
`[crowsnest]
log_path: /home/ihvor/printer_data/logs/crowsnest.log
log_level: verbose # Valid Options are quiet/verbose/debug
delete_log: false # Deletes log on every restart, if set to true
no_proxy: false
[cam 1]
mode: camera-streamer
enable_rtsp: false
rtsp_port: 8554
port: 8080
device: /base/soc/i2c0mux/i2c@1/imx519@1a
resolution: 1920x1080
max_fps: 60`
I saw that it is possible to use autofocus by libcamera but I did not find solution how to do it myself
Describe the solution you'd like
add new param in 'cam' section and if it is using libcamera then use solution from link https://www.waveshare.com/wiki/IMX519-78_16MP_AF_Camera
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: