Same pageyes, I am aware about this page. and I used it for recording the videos and process them off line.The documentation for rpicam-apps is here https://www.raspberrypi.com/documentat ... ng-started
It is pre-installed on the Raspberry Pi OS “Bookworm” so no need to get it from github.
But, if I am not wrong, these commands are shell commands. and cannot be used as is in a C/C++ code. Right ?
libcamera provides a C++ API that configures the camera, then allows applications to request image frames. These image buffers reside in system memory and can be passed directly to still image encoders (such as JPEG) or to video encoders (such as H.264). libcamera doesn’t encode or display images itself: for that functionality, use rpicam-apps.
Statistics: Posted by rpdom — Wed Nov 13, 2024 8:36 am