Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Popular
    Log in to post
    • All categories
    • Announcements
    • General Discussion
    • Machine Vision camera
    • VEYE MIPI camera
    • CS MIPI camera
    • FPD LINK III Camera
    • USB camera
    • Raspberry Pi App Software
    • Jetson App Software
    • NXP i.MX App Software
    • Rockchip App camera
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • N

      SOLVED Veye MIPI imx462 Defaults
      VEYE MIPI camera • • nimadibaj

      8
      0
      Votes
      8
      Posts
      570
      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.

    • N

      SOLVED Saving VeyeMIPI parameters
      VEYE MIPI camera • • nimadibaj

      4
      0
      Votes
      4
      Posts
      421
      Views

      veye_xumm

      @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

    • S

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

      4
      0
      Votes
      4
      Posts
      361
      Views

      veye_xumm

      @siderat I think this one will work.

    • B

      UNSOLVED veye-mipi-IMX462 on rpi5 get video stream but cant controll via v4l2 or i2c
      VEYE MIPI camera • • brunosaisi

      3
      0
      Votes
      3
      Posts
      254
      Views

      veye_xumm

      @brunosaisi
      For configuring this camera via I2C, the process is not done through v4l2-ctl but directly using a script. Please note the following regarding this script:

      If you are using the v4l2 driver mode, camera_i2c_config is not required. When running ./veye_mipi_i2c.sh, make sure to specify the I2C bus you are using with the -b parameter.

      Below is an explanation regarding the I2C bus.
      https://wiki.veye.cc/index.php/I2c_bus_number_and_video_node
      For long exposure usage, you may need to configure the lowlight function or the new_mshutter function. Please refer to the corresponding section in the link below.
      https://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/#new_mshutter

    • L

      SOLVED RAW-MIPI-SC535M寄存器特殊参数设置失败
      General Discussion • mcubypass 和 snsreg 设置是否被支持 • • lpcq2000

      2
      0
      Votes
      2
      Posts
      767
      Views

      veye_xumm

      @lpcq2000 抱歉现在MCU bypass模式已经不再被支持了。我们的资料有一些迟滞,回头会更新到上面。

    • D

      SOLVED Camera Paramter saving
      VEYE MIPI camera • • Deepcamera

      2
      0
      Votes
      2
      Posts
      208
      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.