Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. VEYE MIPI camera
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • N

      SOLVED Veye MIPI imx462 Defaults
      • nimadibaj

      7
      0
      Votes
      7
      Posts
      193
      Views

      veye_xumm

      @nimadibaj
      I don't know which platform your motherboard is using, but if you have used the veye_mipi_i2c.sh script, there is an i2c_write file in that directory. You can use this file to modify the aforementioned registers.

    • D

      UNSOLVED Camera Paramter saving
      • Deepcamera

      2
      0
      Votes
      2
      Posts
      52
      Views

      veye_xumm

      @deepcamera

      Only ISP-related parameters can be persistently saved after power-off through the paramsave command. Therefore, I recommend that you reconfigure your desired parameters in the startup script during program design.

      As for which commands can be saved, you can refer to the veye_mipi_i2c.sh source code. If the corresponding read/write functions contain operations like './i2c_write $I2C_DEV $I2C_ADDR 0x10 0xDA', it indicates that the function's register belongs to the ISP category and can be saved using paramsave.

    • S

      UNSOLVED VEYE-MIPI-327E lens YT1.8-2.8I poor picture quality in the dark
      • siderat

      4
      0
      Votes
      4
      Posts
      122
      Views

      veye_xumm

      @siderat I think this one will work.

    • N

      SOLVED how to setup mv-mipi-imx287m on rpi zero 2w?
      • nkos

      9
      0
      Votes
      9
      Posts
      2582
      Views

      N

      @veye_xumm sorry for necro-posting, but this method stopped working. on fresh system I have Failed to set I2C address after running make.sh under mv_tools_rpi/sources on rpi5. do you know if something has changed there?

    • F

      SOLVED VEYE imx385 驱动问题+
      • flaty

      27
      0
      Votes
      27
      Posts
      2233
      Views

      F

      @veye_xumm 好的 一定

    • J

      UNSOLVED VEYE-MIPI-IMX462 on Seeed J401 Carrier Board + Orin Nano 4GB (JetPack 6.2 / L4T 36.4.3) – No /dev/video Device Detected
      • joe

      7
      0
      Votes
      7
      Posts
      829
      Views

      J

      @veye_xumm
      Thank you for providing this option. I will review it and follow up if I encounter any issues.

    • G

      SOLVED mv-mipi-imx264m 移植到3588出现错误ERROR: csi size err
      • goooofy

      4
      0
      Votes
      4
      Posts
      1116
      Views

      veye_xumm

      @goooofy 好的。

    • M

      UNSOLVED A603 carrier board - imx265
      • mv

      4
      0
      Votes
      4
      Posts
      1666
      Views

      veye_xumm

      Your current image is Jetpack 5.1.2 with L4T version r35.4.1. The mvcam driver included in it is relatively old, so the mv_probe.sh script cannot work properly. — For more details, you can refer to the comments at the top of the mv_probe.sh script.

      081b1526-6747-417e-af94-d33ffbbc08cb-image.png

      In addition, please try running the following script and see if it shows continuous messages indicating that data is being received. If it still fails to receive data, please run sudo dmesg to check whether there are any error messages.

      export WIDTH=2560 export HEIGHT=1544 export FPS=50 v4l2-ctl --set-ctrl roi_x=0 v4l2-ctl --set-ctrl roi_y=0 v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=GREY v4l2-ctl --set-ctrl frame_rate=$FPS v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=GREY --stream-mmap --stream-count=-1 --stream-to=/dev/null
    • M

      SOLVED 请教IMX287M驱动移植到RX3588的操作
      • MYZY

      4
      0
      Votes
      4
      Posts
      892
      Views

      M

      @veye_xumm 这样啊,好的麻烦您了,我再跟公司里沟通一下

    • N

      SOLVED 请教 关于bit数的问题
      • nian

      6
      0
      Votes
      6
      Posts
      1330
      Views

      veye_xumm

      @nian 好的

    • L

      SOLVED 相机工作模式的问题
      • linoooooo

      2
      0
      Votes
      2
      Posts
      923
      Views

      veye_xumm

      @linoooooo
      你好,fps参数是可以修改的。但是需要先停止取图。曝光时间是被限制到1/fps的。 你可以先设置合适的fps,然后在范围内进行曝光时间的修改。

      在这个脚本中,带星号的命令,都是取图中写保护的。
      你也可以参考寄存器清单中的part1.3来理解这个设置规则。

    • L

      IMX287延迟问题
      • linoooooo

      2
      0
      Votes
      2
      Posts
      1393
      Views

      veye_xumm

      @linoooooo 你好,我们的相机内部isp流程是没有整帧缓存的,相机本身引入的delay是毫秒之内。
      我觉得你这个延时主要是v4l2取图缓存和显示缓存的缘故。不过说实话SDL库我们不太懂,怎样优化需要您自己研究一下。
      至于相机采集后,您这边程序直接导入算法的话,延迟肯定要比这种测量方法小的多。

    • O

      UNSOLVED RAW-MIPI-SC132, Orin-NX custom carrier-board
      • Otca

      3
      0
      Votes
      3
      Posts
      1555
      Views

      veye_xumm

      @otca
      The camera is now successfully probed, which confirms that both the I2C and the enable pin are functioning correctly.
      The current issue indicates that the I2C control channel is working, but the MIPI CSI data channel is not. Please verify whether the MIPI CSI interface pin assignment on this carrier board matches that of the official Orin NX development board.
      The Device Tree Source (DTS) should be adjusted accordingly to match the carrier board.

    • 阿

      SOLVED MV-MIPI-IMX264在迅为RK3568上成像内容不正确
      • 阿坎德

      9
      0
      Votes
      9
      Posts
      3597
      Views

      veye_xumm

      @阿坎德 你好,有进一步的结果吗?

    • 阿

      UNSOLVED MV-MIPI-IMX264实时预览卡死的情况
      • 阿坎德

      2
      0
      Votes
      2
      Posts
      1432
      Views

      veye_xumm

      @阿坎德 看现象感觉是内存泄漏。这个demo现在基本用途上是客户做一下出图验证和聚焦。所以只是个简单的例子。回头我们会安排时间跟进一下。

    • 阿

      This topic is deleted!
      • 阿坎德

      1
      0
      Votes
      1
      Posts
      14
      Views

      No one has replied

    • M

      UNSOLVED AR0234 on Rk3588s is unable to capture image
      • Megan

      4
      0
      Votes
      4
      Posts
      1485
      Views

      veye_xumm

      @megan
      First of all, please go to the following link to update the driver of mvcam. The latest driver will set the lane number in the camera according to the configuration of the DTS.

      https://github.com/veyeimaging/rk35xx_veye_bsp/tree/main/linux/drivers/kernel_v5.10

      Secondly, the DTS needs to be configured according to your RK3588 board, and I can't do it directly for you. You can make analogies and modifications by referring to the DTS of the camera originally supported by your board.

    • L

      raw234摄像头移植到rk3588遇到无法采图问题。
      • limengfei

      2
      0
      Votes
      2
      Posts
      914
      Views

      veye_xumm

      @limengfei 可能是dts设置不正确。请根据你的硬件原理图正确设置dts。

    • 3

      This topic is deleted!
      • 3ChordMonty

      1
      0
      Votes
      1
      Posts
      35
      Views

      No one has replied

    • J

      SOLVED different modules simultaneously on jetson nano mipi interface
      • joe

      11
      0
      Votes
      11
      Posts
      2742
      Views

      veye_xumm

      @joe The RAW-MIPI-AR0234M is a MONO camera that has no color information and therefore does not support the UYVY data format. Please refer to this link below:
      https://wiki.veye.cc/index.php/Mv_series_camera_appnotes_4_jetson#Configuring_global_variables