dchvs 2021-02-11 21:26:16 +00:00
parent 28737fa0ff
commit 6d2a318347
1 changed files with 5 additions and 1 deletions

@ -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
```