[참조 경로] https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-raw # 정지화면 libcamera-still -o test.jpg libcamera-still -e png -o test.png libcamera-still -e bmp -o test.bmp libcamera-still -e rgb -o test_rgb.data libcamera-still -e yuv420 -o test.data # 동영상 캡쳐 및 VLC Player로 실행. libcamera-vid -t 10000 -o test.h264 # 캡쳐 vlc test.h264 # vlc player 로 영상 재생 # 스트리밍 방식 : RSTP [RPI4]..