OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
420 stars 230 forks source link

Add nvargus_nvraw into Kirkstone l4t r32.7.x #1636

Closed paroque28 closed 4 months ago

paroque28 commented 4 months ago

Add nvargis_nvraw utility, useful for debugging, getting raw data and listing sensors:

$ nvargus_nvraw --lps
nvargus_nvraw version 1.11.0
Number of supported sensor entries 5
Entry  Source Mode      Uniquename             Resolution   FR  BitDepth  Mode
Index  Index  Index                                             CSI Dyn   Type
  0      0      0         imx334_front_framos   3864x2180   59  10  10    Bayer       
  1      0      1         imx334_front_framos   1920x1080  120  10  10    Bayer       
  2      0      2         imx334_front_framos   1944x1080   59  12  12    Bayer       
  3      0      3         imx334_front_framos   3864x2180   59  12  12    Bayer       
  4      0      4         imx334_front_framos   1920x1080  120  12  12    Bayer    
paroque28 commented 4 months ago

Is there any reason why we don't add this tool?

ichergui commented 4 months ago

Is there any reason why we don't add this tool?

There is no reason thought. Thanks for this PR.

paroque28 commented 4 months ago

Thank you for your comments @ichergui I'll move it to draft. I need to fix rdepends after last change

paroque28 commented 4 months ago

Ok @ichergui sorry for the change, I grabbed the changes from the wrong place and it contained those errors, missing package and missing $ in ${PN}.

I confirmed that the changes here compile and I tested on a device.