From 6d2a318347c90cb3a9ba42fd3533657ed0f63f33 Mon Sep 17 00:00:00 2001 From: dchvs Date: Thu, 11 Feb 2021 21:26:16 +0000 Subject: [PATCH] --- Testing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +```