@myzy said in 请教IMX287M驱动移植到RX3588的操作:
如果没有linux驱动的基础的话,不建议做这个工作。有一定的门槛和难度。
你的主板是什么型号的?
需要首先编译你主板的系统,然后在系统中增加我们摄像头模组的驱动,做出新的系统。
@myzy said in 请教IMX287M驱动移植到RX3588的操作:
如果没有linux驱动的基础的话,不建议做这个工作。有一定的门槛和难度。
你的主板是什么型号的?
需要首先编译你主板的系统,然后在系统中增加我们摄像头模组的驱动,做出新的系统。
@golden0514 你可以进一步将fps设置小,相应的最大曝光时间也会拉长。
@golden0514 这篇文章没有修改曝光时间的东西吧? 有设置格式,分辨率,帧率,取图相关的内容。
@nian
你说的对,我们现在还没有那么高的ADC精度的产品。
你的使用场景,动态范围很宽? 用长短曝光时间来辅助解决可否?
@nian
12bit模式,相机是支持的。但是你现在只可以将其保存为文件,并手动转换为可以方便用软件读取的格式。你可以看一下这个文章part7,尤其是part7.5的部分
14bit这个,我们现在相机还不支持。sensor是有的,我们没有做这个格式。
@nian said in 有一些错误 ,大神们 请指教啊raspi5 +imx78:
但是veye_vbyone不能用 是不是可以忽视往下进行?
是的。
请更新一下最新的github上的media_setting_rpi5.sh,应该就可以解决你现在的问题。
@linoooooo
你好,fps参数是可以修改的。但是需要先停止取图。曝光时间是被限制到1/fps的。 你可以先设置合适的fps,然后在范围内进行曝光时间的修改。
@israel_bolo Actually, for the development of new projects, I would recommend using the V4L2 mode, which is the material from the link below.
https://wiki.veye.cc/index.php/V4L2_mode_for_Raspberry_Pi
May I ask which version of piOS you are currently using? The libdmipicam mode is only suitable for the 32-bit legacy mode of piOS.
@dragos
I think the MIPI CSI interface on this board only exposes 2 lanes and uses a 15-pin connector.
Could you check your board to see if that's the case?
@dragos May I ask if the board you're using is an official NVIDIA development board or a compatible third-party board?
@linoooooo 你好,我们的相机内部isp流程是没有整帧缓存的,相机本身引入的delay是毫秒之内。
我觉得你这个延时主要是v4l2取图缓存和显示缓存的缘故。不过说实话SDL库我们不太懂,怎样优化需要您自己研究一下。
至于相机采集后,您这边程序直接导入算法的话,延迟肯定要比这种测量方法小的多。
@israel_bolo
I see some warnings, but no errors. could you please continue and see if it compiles?