Skip to content

Commit e29b840

Browse files
authored
RSDK-11206 - Pin libcamera dep (#24)
* Checkpoint libcamera * Pin to release
1 parent 3118ad1 commit e29b840

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ dep:
105105
cd ${HOME}/opt/src && \
106106
git clone https://github.com/raspberrypi/libcamera.git && \
107107
cd libcamera && \
108+
git checkout v0.5.0+rpt20250429 && \
108109
meson setup build --prefix=/usr && \
109110
ninja -C build install && \
110111
rm -rf ${HOME}/opt/src/libcamera; \

constraints.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// Pi
3333
#define PI_API_SUBTYPE "csi-pi"
3434
#define PI_INPUT_SOURCE "libcamerasrc"
35-
#define PI_INPUT_FORMAT "video/x-raw"
35+
#define PI_INPUT_FORMAT "video/x-raw,format=NV12"
3636
#define PI_VIDEO_CONVERTER "videoconvert"
3737
#define PI_OUTPUT_ENCODER "jpegenc"

0 commit comments

Comments
 (0)