Im trying to write a project to capture video and photo using rust. the camera is being connected to rasberry pi using usb connection.
I have tried few cargo packages
- gphoto which uses libphoto
using which I could capture photos, but I couldn’t find a way to capture video.
gphoto git repo - cameleon repo
It couldn’t even detect my camera.
I wanted to know is there any lib in rust I use for my project.