Categories

  • Announcements and News

    13 Topics
    20 Posts
    veye_xummV
    @chjchoi We rarely maintain content in the news category anymore. The one you are referring to is here. http://wiki.veye.cc/index.php/VEYE_CS_Camera_for_Jetson_TX2#TX2_NX.28p3509-0000_carrier_board.29
  • General discussion about VEYE camera modules

    40 Topics
    256 Posts
    veye_xummV
    @lpcq2000 抱歉现在MCU bypass模式已经不再被支持了。我们的资料有一些迟滞,回头会更新到上面。
  • 29 Topics
    292 Posts
    veye_xummV
    @sanlu
  • VEYE series MIPI CSI-2 camera modules

    307 Topics
    2k Posts
    veye_xummV
    @jossen 不客气。
  • CS series MIPI CSI-2 camera modules

    144 Topics
    1k Posts
    L
    你好! 如下,资料显示咱们MV-MIPI-IMX287M的最大帧率为530fps,若实际使用中设置ROI为720x240,是否可突破530fps的限制?若可以,最高帧率估计值约为多少? [image: 1779943164748-9be626b3-6ae1-4360-8ad0-c9e53260a135-image.jpeg]
  • FPD LINK III Camera DevKit

    30 Topics
    250 Posts
    veye_xummV
    @kevin2008 生成video节点只能表明i2c通了。 看你的截图,像是mipi接收部分的配置不对。
  • CS series USB camera modules

    7 Topics
    95 Posts
    veye_xummV
    @mk Hi, Sorry, but the usb series has very few configurable options. To the point that it is basically unconfigurable, except for resolution and frame rate.
  • 49 Topics
    402 Posts
    @veye_xumm said in IMX462+树莓派zero 2w,无法正常控制曝光参数去拍照: @若兮鱼 你使用的是驱动模式,不需要调用camera_i2c_config 核心问题是i2c_write这个可执行文件无法执行。可能是发布的release版本,与你的系统在可执行文件格式方面兼容性不好。你可以进入source目录下,编译一下。然后重新执行。 首先可以通过读取devid来确认你的i2c命令通道,veye_mipi_i2c.sh脚本是否正常了。 你好,谢谢,重新编译source目录里的文件后都正常了。问题已解决。
  • 27 Topics
    249 Posts
    veye_xummV
    @dragos You are welcome.
  • 1 Topics
    3 Posts
    veye_xummV
    @tokabe Hi, On i.MX8m Platform, our roadmap is based on SOM board. For now, we have finished MYIR i.MX8m board and AVNET Maaxboard(mini) board. http://wiki.veye.cc/index.php/NXP_i.MX_Application_Note_Index The coral.ai board from google is in progress. So the linux version we use now depends on the system version that comes with the SOM board. We have a V5.y version driver on raspiberry PI, maybe this will help you. http://wiki.veye.cc/index.php/V4L2_mode_for_Raspberry_Pi Of course, we will transplant all product drivers, including CS-MIP-IMX307, to i.MX8m. This work is also in progress.
  • 18 Topics
    171 Posts
    X
    Sorry for bumping an old thread but I would like to provide an update that might be relevant. Since the last post I've transitioned to custom designed FPC with length matching and impedance made correctly. With the same software stack, csi0 showed no progress (still getting those ecc errors), the csi1 worked perfectly. I have also tried the recent fix to rk35xx_veye_bsp (13684db), and to my surprise, the situation is now different. The camera on csi0 now shows 60 fps picture, but with colors distorted (heavy red, green, blue splashes over the objects) and the dmesg shows the following: [ 110.638757] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638772] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638786] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638800] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638814] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638828] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638842] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638856] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638871] (0xfdd30000)MIPI_CSI2 ERR1:0x1000000 (crc,vc: 0) [ 110.638891] (0xfdd30000)MIPI_CSI2 ERR1:0x1000 (err_data,vc: 0) [ 110.638925] rockchip-mipi-csi2 mipi2-csi2: stream off, src_sd: 00000000ae59244c, sd_name:rockchip-csi2-dphy0 [ 110.638935] rockchip-mipi-csi2 mipi2-csi2: stream OFF When connected to csi1, the picture is as good as always. I hope that my update will help you with your debugging effort. Feel free to ask me to do some additional testing. @veye_xumm