Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. duvallee
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    duvallee

    @duvallee

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Email duvallee@naver.com

    duvallee Follow

    Latest posts made by duvallee

    • RE: Does not working exposure time for manual mode in the CS-MIPI-SC132

      Thanks for your quick reply.

      It may be ok in the free-run mode. But in trigger mode, only received one frame and it processed.
      Please tell me how to apply exposure time by directly using sensor register.

      posted in CS MIPI camera
      D
      duvallee
    • RE: Does not working exposure time for manual mode in the CS-MIPI-SC132

      I know the problem for metime. After setting the metime, it is applied after 2 frames.
      ex)
      ./cs_mipi_i2c.sh -w -f metime -p1 100
      ./cs_mipi_i2c.sh -w -f striggerone // old manual exposure time
      ./cs_mipi_i2c.sh -w -f striggerone // old manual exposure time
      ./cs_mipi_i2c.sh -w -f striggerone // new manual exposure time (100)
      ./cs_mipi_i2c.sh -w -f metime -p1 1000
      ./cs_mipi_i2c.sh -w -f striggerone
      ./cs_mipi_i2c.sh -w -f striggerone // old manual exposure time (100)
      ./cs_mipi_i2c.sh -w -f striggerone // old manual exposure time (100)
      ./cs_mipi_i2c.sh -w -f striggerone // new manual exposure time (1000)

      Please let me know how to apply from the next frame after setting the metime.
      ex)
      ./cs_mipi_i2c.sh -w -f metime -p1 1000
      ./cs_mipi_i2c.sh -w -f striggerone // new manual exposure time (1000)

      posted in CS MIPI camera
      D
      duvallee
    • Does not working exposure time for manual mode in the CS-MIPI-SC132

      I'm testing the CS-MIPI-SC132 module for manual exposure and trigger in the Raspberry Pi 4B

      As follow, does not work in manual exposure.

      1. rebooting camera module
        $ /cs_mipi_i2c.sh -w -f sysreboot -p1 2

      2. set camera stream mode to Software Trigger
        $ ./cs_mipi_i2c.sh -w -f streammode -p1 3

      3. set exposure to manual
        $ ./cs_mipi_i2c.sh -w -f expmode -p1 1

      4. check while changing the exposure time, but does not applied exposure time.

      $ ./cs_mipi_i2c.sh -w -f metime -p1 10
      $ ./cs_mipi_i2c.sh -w -f striggerone

      $ ./cs_mipi_i2c.sh -w -f metime -p1 100
      $ ./cs_mipi_i2c.sh -w -f striggerone

      $ ./cs_mipi_i2c.sh -w -f metime -p1 1000
      $ ./cs_mipi_i2c.sh -w -f striggerone

      $ ./cs_mipi_i2c.sh -w -f metime -p1 10000
      $ ./cs_mipi_i2c.sh -w -f striggerone

      posted in CS MIPI camera
      D
      duvallee