Vincent
Results
3
comments of
Vincent
Try to use the v4l2-ctl command to get the image. If the same error occurs, it may be a driver problem. Enable legacy camera stack via sudo raspi-config command.
@SunnyWar The image feature of the fast_image_resize must be enabled for the compilation to succeed, change the dependencies in Cargo.toml ```toml [dependencies] fast_image_resize = { version = "5.0.0", features =...