• GX-MIPI-IMX662 driver source code for kernel 6.1

    Rockchip App camera
    5
    0 Votes
    5 Posts
    2k Views
    veye_xummV
    @xlwvu7mx You are welcome.
  • Jetson Nano Orin IMX462

    VEYE MIPI camera
    7
    2
    0 Votes
    7 Posts
    2k Views
    veye_xummV
    @d_101 Sorry for the late reply. Based on the current situation, I can only suspect a hardware issue that is causing the I2C path to be unavailable. This could be a problem with your mainboard or with the camera itself. Please return the camera to us, and we will perform testing and inspection.
  • MV-MIPI-IMX264M Mono12

    VEYE MIPI camera
    2
    0 Votes
    2 Posts
    1k Views
    veye_xummV
    @ffgemanof The veye_viewer client currently does not support the mono10 and mono12 formats. If you need to use these formats, please configure the data format using mv_mipi_i2c_new.sh, and then acquire the data using v4l2-ctl or the V4L2 API.
  • 0 Votes
    11 Posts
    4k Views
    J
    Hi @veye_xumm, thank you again for all your help. I found that the VEYE camera you made available with I2C address 0x22 does work on the J401B. And now, after a long series of follow-ups with Seeed Tech Support, I found that i2cdump generates I2C transfer timeouts at address 0x3b (but only 0x3b!). Then Seeed noted that applying the VEYE "compatibility fix" updating the USB Hub firmware to 08C3 removed the timeouts. So I tried that with the VEYE camera and it works! (This with Jetpack 6.1). A weird puzzle remains, I was sure the J401B had USB Hub Firmware version 08C3 as supplied, although with one of the "devices" giving different details to 08C3 on the J401. Hence I did not expect to need the "compatibility fix", and had some concerns that reapplying it could cause a problem. But reapplying the update just now the firmware version was initially 08B3!? It has updated to 08C3, and has fixed camera access to 0x3b. This has been time consuming, but I might now test JetPack 6.2
  • 0 Votes
    10 Posts
    4k Views
    B
    @veye_xumm Sorry for the late reply. Thank you for the new code! It seems to work partially in the rpi5 standard OS. I was able to compile the read and write files, and some commands work while others don't. The new mgain is stuck at zero, so if i use new exp mode i can set the shutter speed with new mshutter, but not the new mgain, despite changing it returns zero when i probe with the -r parameter. so using the new exp mode i only get a black image. the old mshutter works and i was able go get up to 1 second exposure per frame in streaming mode but the capture mode and capture command don't seem to work. Also i would like to have it work in the rpi archlinux OS that i use for astronomy. The veyecam2m driver works and i get video in the archlinux OS, but i wasn't able to compile the i2c read and write in that system.
  • 0 Votes
    29 Posts
    12k Views
    J
    @veye_xumm it is resolved now, the image is shown. Before with the steps on the forum the .dtbo file was also missing, I copied it from another folder and it didn't work. The right and supported way of installing drivers is very confusing, I tried installing by wiki guide and then compiling locally (github), since it didn't work. Thank you for your patience.
  • 0 Votes
    4 Posts
    3k Views
    veye_xummV
    @nkos Cheers!
  • MV-MIPI-SC130M autoexposure problem

    Machine Vision camera
    8
    0 Votes
    8 Posts
    4k Views
    D
    @veye_xumm Hi, Firmware update does not solve the problem, after software reset auto exposure mode works normal
  • Saving VeyeMIPI parameters

    VEYE MIPI camera
    4
    0 Votes
    4 Posts
    2k Views
    veye_xummV
    @nimadibaj You have implemented the function of writing 0xff to 0x000b. Similarly, proceed to write the subsequent registers as well. The method for writing the subsequent registers is the same as that for writing the 0x0b register, but they must be written in sequence. Addr--->data 0x10 0xDE 0x11 0xC2 0x12 0x00 0x13 0x00
  • Veye MIPI imx462 Defaults

    VEYE MIPI camera
    8
    0 Votes
    8 Posts
    3k Views
    N
    @veye_xumm Hello my friend. We are sending I2C commands via a FPGA. 1_ Writing 0xff to 0x000b solved our problem. Thank you. Please give us a command to save this change. 2_ We are trying to change video frame rate (now is 30fps and we need 25fps). by these commands we cannot do this : 0x10 0xDE 0x11 0xC2 0x12 0x00 0x13 0x00 (sending Two byte, then sending next two byte and ... ). Please guide me. Thanks a lot.
  • Camera Paramter saving

    VEYE MIPI camera
    2
    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @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.
  • 0 Votes
    2 Posts
    3k Views
    veye_xummV
    @lpcq2000 抱歉现在MCU bypass模式已经不再被支持了。我们的资料有一些迟滞,回头会更新到上面。
  • 0 Votes
    4 Posts
    2k Views
    veye_xummV
    @siderat I think this one will work.
  • 0 Votes
    6 Posts
    3k Views
    veye_xummV
    @barbanevosa Please refer to part8: https://wiki.veye.cc/index.php/Mv_series_camera_appnotes_4_jetson/
  • 0 Votes
    17 Posts
    8k Views
    veye_xummV
    @stiwana @stiwana said in MV-MIPI-GMAX4002M compatibility with Jetson Xavier NX, Orin NX: Can I use the commonly available RPi-zero Mipi camera FPC to connect the camera to Jetson Orin NX? Yes. @stiwana said in MV-MIPI-GMAX4002M compatibility with Jetson Xavier NX, Orin NX: Is there anything else I can do to increase the low-light performance? Did i miss another setting that can help? To improve performance in low-light conditions, the main methods are: Use a lens with a smaller F-number. In either automatic or manual exposure mode, extend the exposure time to the maximum duration you can tolerate. (Note that the exposure time cannot exceed the reciprocal of the frame rate, so you may need to adjust it accordingly based on your specific situation.) Increase the gain. @stiwana said in MV-MIPI-GMAX4002M compatibility with Jetson Xavier NX, Orin NX: I do notice that at higher gain the images get these fixed patterns probably due to the FPNU or PRNU of pixel array. Is there a way to do a calibration on the image sensor to make the image response more uniform? Sorry, we don't offer this algorithm yet. @stiwana said in MV-MIPI-GMAX4002M compatibility with Jetson Xavier NX, Orin NX: Is there any gstreamer pipeline I can use to get 12 bit image stream out and display it as 8bit in real time? Sorry, we don't provide this kind of program either.
  • how to setup mv-mipi-imx287m on rpi zero 2w?

    VEYE MIPI camera
    9
    2
    0 Votes
    9 Posts
    6k 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?
  • VEYE-LVDS-327

    General Discussion
    2
    0 Votes
    2 Posts
    2k Views
    veye_xummV
    @lozinski Sorry, we currently do not have products that meet your requirements. The VEYE-LVDS-327 has been discontinued for a long time.
  • 0 Votes
    2 Posts
    2k Views
    veye_xummV
    @barbanevosa The issue occurs because the camera sensor outputs a resolution of 3088 × 2064, but the receiving side (V4L2 buffers) aligns each line to a stride of 3136 bytes for memory alignment. When OpenCV is used directly with cv2.CAP_V4L2, it applies the width setting (3088) both to the sensor and to the buffer interpretation. Since the actual buffer has padding (3136 vs. 3088), OpenCV misinterprets the data layout, which results in visible image artifacts (stripes). We recommend using a GStreamer pipeline to handle the stride and alignment internally, so that OpenCV receives a clean image with the correct resolution.
  • VEYE imx385 驱动问题+

    VEYE MIPI camera
    27
    1
    0 Votes
    27 Posts
    10k Views
    F
    @veye_xumm 好的 一定
  • 0 Votes
    2 Posts
    2k Views
    veye_xummV
    @jhaijun 不好意思我们这个论坛是只针对我们公司自己产品的。 sony 机芯的话确实没有搞过。