@毛宪历
三种方法:
1.命令行
参考part7.4.1
https://wiki.veye.cc/index.php/MV_Camera_on_Firfly_Boards/zh#.E4.BD.BF.E7.94.A8media-ctl.E9.85.8D.E7.BD.AE.E5.9B.BE.E5.83.8F.E6.A0.BC.E5.BC.8F
2. C语言代码
参考7.4.4中yavta的源码。
3. 如果你应用中roi只想配置一次,相机保存,后面不需要配置。也可以使用:
mv_mipi_i2c.sh配置一下roi,然后读取确认。之后,执行paramsave命令,将参数保存到摄像机里面。
这样,每次上电的时候,驱动能自动读取相机当前roi值。你的程序就不需要再次配置了。
-
RE: RAW_MIPI_SC535M设置ROI
-
RE: cssc132 driver for Raspberry pi 5
@reinbb cssc132.ko
This driver has always been available and open source. -
RE: RAW-MIPI-SC535M格式取流设置问题
@毛宪历
这个板子上,请使用如下命令进行测试先:python3 ./v4l2dev_2_opencv_show_grey.py --width 2432 --height 2048 --fps 50 --i2c 7
-
RE: SC535M设置默认相机参数画面显示不正常的问题
经过验证,xavier平台可以通过设置配置prefer_stride为64,分辨率是2432x2048的大小。但是tx2平台不行,还是得要求256的整数倍。
-
RE: Horizontal Line Artifacts on MV-MIPI-IMX264 and IMX287 with NVIDIA Jetson Orin NX (JetPack 6)
@otca
I feel there might be an issue with the image. Could you please help confirm a few points?- The version of the two cameras—please read it using mv_mipi_i2c.sh and send it to me.
- How can this issue be reproduced? Is it intermittent or consistent? How can we replicate it?
-
RE: SC535M设置默认相机参数画面显示不正常的问题
@dangal
还是用sc535,你测试一下配置prefer_stride为64,分辨率是2432x2048的大小。v4l2-ctl --set-ctrl preferred_stride=64 python ./v4l2dev_2_opencv_show_grey.py --width 2432--height 2048
-
RE: SC535M设置默认相机参数画面显示不正常的问题
@dangal 这款是rolling shutter的。不能直接用到ADP-N5上,这个适配ADP-N4
-
RE: SC535M设置默认相机参数画面显示不正常的问题
@dangal
我意思是到kernel源码里面找一下preferred_stride关键字。