@joe Of course.
administrators
Posts
-
RE: different modules simultaneously on jetson nano mipi interface
@joe I noticed that JetPack 7.2 now supports the Orin series. We don't have immediate plans for this yet, but we will evaluate it and determine a timeline for development.
-
RE: MV-MIPI-IMX287M最大帧率是多少?
@lpcq2000
实在抱歉,最近网站升级,回复迟了。$ ./mv_mipi_i2c_new.sh -w roi 0 0 720 240 w roi is 0,0,720,240 $ ./mv_mipi_i2c_new.sh -r roi r roi is 0,0,720,240 $ ./mv_mipi_i2c_new.sh -r maxfps r maxfps @ current setting is 1088.00 fps设置720*240的话,帧率可以打到1088fps。
-
RE: GX-MIPI-IMX662 on RK3588 with Kernel 6.1 - MIPI CSI Errors
@xLWvU7mX As planned, the interface of our redesigned camera module will be fully compatible with our current MV series products. You can check its pinout from this link: https://wiki.veye.cc/index.php?title=MV-MIPI-GMAX4002M_Data_Sheet.
Based on this, our ADP-MV1-V2 adapter board will be fully compatible and will convert the signals of the new GX-MIPI-IMX662 to match the legacy version. You can refer to the interface definition of the ADP-MV1-V2 here: https://wiki.veye.cc/index.php?title=ADP-MV1-V2_Adapter_Board_Data_Sheet -
RE: GX-MIPI-IMX662 on RK3588 with Kernel 6.1 - MIPI CSI Errors
@xLWvU7mX
Regarding your question, we have recently made some research progress that I'd like to share with you.Concerning the signal robustness of MIPI CSI-2, we are planning a major board revision for the GX-MIPI-IMX662 in the near future. We will be adding a MIPI equalizer chip to it. We've already tested this addition, and it will significantly optimize and improve the transmission adaptability and robustness of the MIPI CSI-2 signals.
Additionally, during this board revision, we will also update the PCB dimensions to a 29x29mm two-board structure, which is identical to our MV series cameras. This redesign is expected to be completed within two months. Meanwhile, we will soon release a firmware update to optimize and upgrade the ISP image quality.
Additionally, during this board revision, we will also update the PCB dimensions to a 29x29mm two-board structure, which is identical to our MV series cameras. This redesign is expected to be completed within two months. Meanwhile, we will soon release a firmware update to optimize and upgrade the ISP image quality.
-
RE: RAW-MIPI-IMX462M 在 RK3566(RADXA ZERO 3W)平台上尝试设置 fps_ex < 1时读回异常,想确认是否支持 1fps以下长曝光
@jossen
这个版本,由于硬件设计的限制,下面是极限值。Camera Model Min Framerate Max Exptime RAW-MIPI-IMX462M 0.12fps 8s 另外,这个型号,需要用fps来进行配置,不要用fps_ex功能。
fps命令,支持到0.01的精度。
因此,你使用sudo ./mv_mipi_i2c_new.sh -w fps 0.12 -b 2进行参数配置。
