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

    Topics

    • E

      Hardware Triggering for the CS-MIPI-SC132

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      12
      0 Votes
      12 Posts
      4k Views
      veye_xummV
      @ess You are welcome.
    • E

      cs-mipi-sc132 landscape-portrait orientation, cs_mipi_i2c.sh Permission denied

      Watching Ignoring Scheduled Pinned Locked Moved CS MIPI camera
      7
      0 Votes
      7 Posts
      2k Views
      veye_xummV
      @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