diff --git a/scripts/build_gst.sh b/scripts/build_gst.sh index 53ba406..adc7ad5 100755 --- a/scripts/build_gst.sh +++ b/scripts/build_gst.sh @@ -15,7 +15,7 @@ GST_VERSION=${GST_VERSION:-main} # This install directory will be accessed by other stages of the docker build: GST_INSTALL_DIR=${GST_INSTALL_DIR:-/artifacts} GST_OMX_ENABLED=${GST_OMX_ENABLED:-true} -LIBCAMERA_ENABLED=${LIBCAMERA_ENABLED:-false} +LIBCAMERA_ENABLED=${LIBCAMERA_ENABLED:-true} LIBCAMERA_VERSION=${LIBCAMERA_VERSION:-master} LIBCAMERA_GIT_URL=${LIBCAMERA_GIT_URL:-https://git.libcamera.org/libcamera/libcamera.git} ARCH=${ARCH:-$(uname -m)} diff --git a/scripts/inspect_gst_plugins.sh b/scripts/inspect_gst_plugins.sh index ed7346c..693131f 100755 --- a/scripts/inspect_gst_plugins.sh +++ b/scripts/inspect_gst_plugins.sh @@ -46,7 +46,7 @@ PLUGINS=( ARCH=${ARCH:-$(uname -m)} GST_OMX_ENABLED=${GST_OMX_ENABLED:-true} -LIBCAMERA_ENABLED=${LIBCAMERA_ENABLED:-false} +LIBCAMERA_ENABLED=${LIBCAMERA_ENABLED:-true} if [[ $ARCH == arm* ]]; then RPICAM_ENABLED=${RPICAM_ENABLED:-true}