Skip to content

Commit 07b9546

Browse files
committed
v4l2-mpp: Fix usb camera support and error handling on h264 stream or WebRTC
- stream-http: Add auto-reconnect to WebRTC with 3s delay - capture-*-mpp: Add configurable number of capture planes with default of 1 - build: Add automatic dependency tracking to Makefiles - mpp_dec_ctx: Set frame metadata after frame creation - mpp_dec_ctx: Set format via `mpi` as required by JPEG decoder - h264_stream: Improve error handling and socket closure detection
1 parent d366010 commit 07b9546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

overlays/camera-v4l2-mpp/scripts/01-v4l2-mpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TARGET_DIR="$ROOT_DIR/tmp/v4l2-mpp"
1313

1414
if [[ ! -d "$TARGET_DIR" ]]; then
1515
git clone https://github.com/paxx12/v4l2-mpp.git "$TARGET_DIR" --recursive
16-
git -C "$TARGET_DIR" checkout bc2582be0ec0b4014b35f2579b93e6c18e399cce
16+
git -C "$TARGET_DIR" checkout bd429bf63542a56499c46c333855994002f0beda
1717
fi
1818

1919
echo ">> Compiling dependencies..."

0 commit comments

Comments
 (0)