Make sure you do either(use export, and make sure rpicam-still is run from the same shell/session);
or (prefix the environment variable onto the command).
Code:
export LIBCAMERA_RPI_CONFIG_FILE =/usr/share/libcamera/pipeline/rpi/pisp/timeout.yamlrpicam-still ...etc...
or
Code:
LIBCAMERA_RPI_CONFIG_FILE =/usr/share/libcamera/pipeline/rpi/pisp/timeout.yaml rpicam-still ...etc...
Statistics: Posted by njh — Mon Mar 04, 2024 2:59 pm