VEYE IMAGING Forum
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    • Register
    • Login
    1. Home
    2. nimadibaj
    3. Topics
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Groups 0

    Topics

    • N

      Saving VeyeMIPI parameters

      Watching Ignoring Scheduled Pinned Locked Moved 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
    • N

      Veye MIPI imx462 Defaults

      Watching Ignoring Scheduled Pinned Locked Moved 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.
    • N

      Veye imx462 comnands

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      2
      0 Votes
      2 Posts
      1k Views
      V
      Before accessing these registers, write register 07 to 0xFE.
    • N

      VEYE-IMX462 Video Format

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      3
      0 Votes
      3 Posts
      2k Views
      N
      @veye_xumm Thanks
    • N

      Veye IMX462 I2C Address

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      3
      0 Votes
      3 Posts
      2k Views
      veye_xummV
      @nimadibaj 0x3b This camera has isp module, so you can't control the sensor directly. please refer to the following code. http://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/ https://github.com/veyeimaging/raspberrypi/blob/master/i2c_cmd/bin/veye_mipi_i2c.sh