There was an error while loading. Please reload this page.
1 parent 3118ad1 commit e29b840Copy full SHA for e29b840
2 files changed
Makefile
@@ -105,6 +105,7 @@ dep:
105
cd ${HOME}/opt/src && \
106
git clone https://github.com/raspberrypi/libcamera.git && \
107
cd libcamera && \
108
+ git checkout v0.5.0+rpt20250429 && \
109
meson setup build --prefix=/usr && \
110
ninja -C build install && \
111
rm -rf ${HOME}/opt/src/libcamera; \
constraints.h
@@ -32,6 +32,6 @@
32
// Pi
33
#define PI_API_SUBTYPE "csi-pi"
34
#define PI_INPUT_SOURCE "libcamerasrc"
35
-#define PI_INPUT_FORMAT "video/x-raw"
+#define PI_INPUT_FORMAT "video/x-raw,format=NV12"
36
#define PI_VIDEO_CONVERTER "videoconvert"
37
#define PI_OUTPUT_ENCODER "jpegenc"
0 commit comments