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
    • F

      SOLVED VEYE imx385 驱动问题+
      VEYE MIPI camera • • flaty

      27
      0
      Votes
      27
      Posts
      1026
      Views

      F

      @veye_xumm 好的 一定

    • B

      UNSOLVED Capture MV-MIPI-IMX178M with OpenCV
      Machine Vision camera • opencv python machine camera stride gstreamer v4l2 • • barbanevosa

      2
      0
      Votes
      2
      Posts
      283
      Views

      veye_xumm

      @barbanevosa
      The issue occurs because the camera sensor outputs a resolution of 3088 × 2064, but the receiving side (V4L2 buffers) aligns each line to a stride of 3136 bytes for memory alignment. When OpenCV is used directly with cv2.CAP_V4L2, it applies the width setting (3088) both to the sensor and to the buffer interpretation. Since the actual buffer has padding (3136 vs. 3088), OpenCV misinterprets the data layout, which results in visible image artifacts (stripes).

      We recommend using a GStreamer pipeline to handle the stride and alignment internally, so that OpenCV receives a clean image with the correct resolution.

    • J

      移植sony mipi机芯到rv1126,通过v4l2_ctl抓yuv图报错
      Rockchip App camera • • jhaijun

      2
      0
      Votes
      2
      Posts
      412
      Views

      veye_xumm

      @jhaijun 不好意思我们这个论坛是只针对我们公司自己产品的。 sony 机芯的话确实没有搞过。