458 B
458 B
gst-launch-1.0 libcamerasrc
libcamera 장치로부터 프레임 읽기. 더 많은 정보: https://libcamera.org/getting-started.html#using-gstreamer-plugin.
- 비디오를 창에서 출력:
gst-launch-1.0 libcamerasrc ! videoconvert ! autovideosink
- 특정 장치를 지정하여 비디오 입력 읽기:
gst-launch-1.0 libcamerasrc camera-name={{카메라_이름}} ! {{비디오_포맷_변환_요소 ! 자동_선택된_비디오_출력}}