diff --git a/Testing.md b/Testing.md index ec66c92..4a055cd 100644 --- a/Testing.md +++ b/Testing.md @@ -1,4 +1,3 @@ - #### Driver MT9M021 By default the Driver gets installed, as the tegra_defconfig has it. You can review it on the Kernel's menuconfig: @@ -28,3 +27,8 @@ rgrep mt9m021 build/arch/arm64/boot/Image gst-launch-1.0 nvarguscamerasrc sensor-id=0 aelock=true awblock=true ! 'video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)NV12,framerate=(fraction)60/1' ! fakesink ``` +* Set the framerate to 45fps and the driver will configure the sensor: + +```bash +gst-launch-1.0 nvarguscamerasrc sensor-id=0 aelock=true awblock=true ! 'video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)NV12,framerate=(fraction)45/1' ! fakesink +```