Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Machine Vision camera
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • N

      SOLVED yavta 工具获取的帧率只有34fps, 实际设置的是60fps的帧率
      • nb

      10
      0
      Votes
      10
      Posts
      1925
      Views

      veye_xumm

      @nb 不客气。

    • veye_xumm

      SOLVED RAW-MIPI-AR0234M配置为4lane模式
      • veye_xumm

      55
      0
      Votes
      55
      Posts
      15575
      Views

      L

      @veye_xumm 好的,感谢

    • A

      SOLVED Issues with RAW-MIPI-SC132M on Jetson Nano Dev Kit
      • Antony

      9
      0
      Votes
      9
      Posts
      2038
      Views

      veye_xumm

      @antony
      You've made a very accurate analysis and testing, which is admirable.
      For this camera model, to save space, we use a double-sided contact connector, which indeed has caused some issues. We are planning to improve this module by replacing it with a 22-pin single-sided contact connector.

      I, together with our hardware colleagues, conducted an analysis, and the results align with your test findings.
      After reconnecting the FFC cable correctly following a reversal, the sensor's registers and error codes did not indicate a damaged state for the camera.

      0cc7b86d-d1f6-4833-b373-dc0dc445c5ed-f5b019a3f2a6617992ded7348331e2b.png
      In the case of reversed power connection, the pins that are actually damaged are CON_CS_D1P and CON_CSI_CLKP. Unfortunately, this issue cannot be detected through software.

    • L

      SOLVED orin nano4g板卡使用MV-MIPI-IMX264M的问题
      • lakers

      28
      0
      Votes
      28
      Posts
      6954
      Views

      veye_xumm

      @lakers

      @lakers said in orin nano4g板卡使用MV-MIPI-IMX264M的问题:

      我用您提供的sample中的 show.grey.py文件可以看见图像但帧率极低,用qv4l2却看不到图像,显示一片黑

      python这个demo是帧率很低的。因为是纯软件跑到cpu上作的数据搬移。你回头开发自己的程序的时候,可以避免这一点。

      qv4l2这个可能是因为分辨率太高了,qv4l2这个软件的兼容性的问题。

      整体来看,我觉得驱动已经通了,你可以跑跑我们wiki上其他的例子了。

    • R

      UNSOLVED 关于第三方载板移植SC132M时发现只有当两个相机同时接入时才能工作的问题
      • robot

      12
      0
      Votes
      12
      Posts
      4058
      Views

      veye_xumm

      @robot
      有一种可能,你的i2c和mipi是错配的。

    • R

      SOLVED 关于第三方载板对接RAW_MIPI_SC132M遇到的问题
      • robot

      4
      0
      Votes
      4
      Posts
      1088
      Views

      veye_xumm

      @robot 不客气。

    • X

      SOLVED MV-MIPI-IMX178M
      • xym

      3
      0
      Votes
      3
      Posts
      872
      Views

      veye_xumm

      @xym 好的。

    • S

      UNSOLVED Read MV-MIPI-SC130M with openCV
      • skyhorizon

      6
      0
      Votes
      6
      Posts
      965
      Views

      S

      @veye_xumm 能否提供一些在python或是c/c++中可用的读取接口或程序示例,我需要一个确定可用的程序对摄像头进行功能测试,最好能兼容opencv和gstreamer