Navigation

    VEYE IMAGING Forum

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

    Topics created by ess

    • E

      SOLVED Hardware Triggering for the CS-MIPI-SC132
      CS MIPI camera • • ess

      12
      0
      Votes
      12
      Posts
      1685
      Views

      veye_xumm

      @ess You are welcome.

    • E

      SOLVED cs-mipi-sc132 landscape-portrait orientation, cs_mipi_i2c.sh Permission denied
      CS MIPI camera • • ess

      7
      0
      Votes
      7
      Posts
      870
      Views

      veye_xumm

      @ess
      How did you determine that it was not effective after performing the following operation?

      ./cs_mipi_i2c.sh -w -f videofmt -p1 1080 -p2 1280 -p3 45 -b 8

      Did you try reading the parameters back?

      ./cs_mipi_i2c.sh -r -f videofmt -b 8

      Please try this operation above.

      When you try to get the image, the driver will be called and the driver will modify the working resolution of the camera according to the parameters passed down from the application layer, so you need to configure the resolution when you get the image.
      For example:

      gst-launch-1.0 nvv4l2camerasrc ! "video/x-raw(memory:NVMM),format=(string)UYVY, width=(int)1280, height=(int)1080, framerate=(fraction)45/1" ! nvvidconv ! "video/x-raw(memory:NVMM),format=(string)I420" ! nvoverlaysink sync=false