The libcamera
starts
This commit is contained in:
12
libcamera_camera.sh
Executable file
12
libcamera_camera.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
set -xeo pipefail
|
||||
make -j$(nproc)
|
||||
$GDB ./camera_stream \
|
||||
-camera-path=/base/soc/i2c0mux/i2c@1/imx519@1a \
|
||||
-camera-type=libcamera \
|
||||
-camera-format=YUYV \
|
||||
"$@"
|
Reference in New Issue
Block a user