Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Raspberry Pi App Software
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • J

      求助树莓派MV-MIPI-IMX178M 使用python调用cv2.VideoCapture显示can't open camera by index
      • June20255202

      1
      0
      Votes
      1
      Posts
      32
      Views

      No one has replied

    • V

      This topic is deleted!
      • Vinothkumar

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • L

      SOLVED FPD-LINK 星光级宽动态摄像头 IMX327 树莓派 jetson Namo NX 执行 ./fpdlink3_i2c.sh -f rpi_init -p 0/1 失败求助
      • lingchuang

      6
      0
      Votes
      6
      Posts
      51
      Views

      veye_xumm

      @lingchuang 硬件看着没啥毛病。
      /dev/i2c-10没有,
      http://wiki.veye.cc/index.php/VEYE_MIPI_290/327_for_Raspberry_Pi/zh
      参考下part2 和4

    • Y

      SOLVED 树莓派CM4+IMX462 树莓派/dev下找不到设备
      • yhb

      7
      0
      Votes
      7
      Posts
      47
      Views

      Y

      懂了懂了,谢谢啦

    • M

      New change for camera on new raspberry OS.
      • Matrix9969

      9
      0
      Votes
      9
      Posts
      351
      Views

      V

      @veye_xumm Ok

    • F

      demo不能运行
      • ffrf

      6
      0
      Votes
      6
      Posts
      91
      Views

      veye_xumm

      @ffrf
      python这个我这边测试一直ok的。 估计可能跟pios版本有关系? 这个代码是opensource的,你可以看一下出问题点。
      新版本的树莓派的我们会尽快编译,预计一周内就发布版本了。

    • F

      SOLVED 树莓派csi接口连接imx385检测不到
      • ffrf

      5
      0
      Votes
      5
      Posts
      86
      Views

      F

      @veye_xumm 好的,谢谢

    • L

      SOLVED 树莓派连接CS-MIPI-SC-132问题
      • lujiawen

      10
      0
      Votes
      10
      Posts
      172
      Views

      veye_xumm

      @lujiawen
      应该是系统版本的问题,请看一下part2
      http://wiki.veye.cc/index.php/VEYE_MIPI_290/327_for_Raspberry_Pi/zh#.E5.85.B3.E4.BA.8EpiOS.E7.89.88.E6.9C.AC---Bullseye

    • B

      SOLVED Best Settings for Night Time
      • bladez

      5
      0
      Votes
      5
      Posts
      120
      Views

      veye_xumm

      @bladez
      This question has been asked for a long time and the status has not been updated. I will mark the status as solved, so you can follow up again if needed, or just open the question.

    • L

      add sound
      • laawert

      2
      0
      Votes
      2
      Posts
      61
      Views

      veye_xumm

      @laawert Hi, sorry, I'm not doing any work in this area right now.

    • T

      UNSOLVED NDI Streaming
      • TheStaticTurtle

      3
      0
      Votes
      3
      Posts
      72
      Views

      veye_xumm

      @thestaticturtle
      Thank you for the valuable advice.
      I took a brief look at the code of the raspindi project you mentioned, and this is basically a simplification and modification of the raspivid base. The calls to NDIlib are added. Of course, this is a c++ program.
      Based on our veye_raspivid, I think it is feasible to do some porting work.
      But our software engineers are very busy now, so it will take some time to arrange this.

      Translated with www.DeepL.com/Translator (free version)

    • P

      SOLVED veye_raspivid -b param ignored
      • PetruSoroaga

      2
      0
      Votes
      2
      Posts
      140
      Views

      veye_xumm

      @petrusoroaga
      -b parameter is effective.
      The default value is 17Mbps which is pretty big value for 1080p@30fps stream.

      state->bitrate = 17000000;

      The H.264 encoder of the chip will be encod the video below this value. If your scene is not complex, the actual bit rate of the encoding may be much smaller than this.

      I'll tell you a test method. You can -b1000000, configure to 1Mbps, you can see the obvious difference in file size.

    • P

      SOLVED V4L2 driver, missing exposure, gain... controls
      • pacoferre

      3
      0
      Votes
      3
      Posts
      137
      Views

      P

      @veye_xumm
      Hello, thanks for the reply,

      I will do as you say, refer to the code of this script to port the register configuration method to the driver layer.

      Best regards,

      Paco

    • V

      SOLVED Install camera to rpi4
      • Viktor

      14
      0
      Votes
      14
      Posts
      386
      Views

      V

      @fire Yes, raspivid and raspistill works too on Ubuntu.

    • veye_xumm

      SOLVED ubuntu OS on RPi,need a libveyecam.a
      • veye_xumm

      9
      0
      Votes
      9
      Posts
      151
      Views

      F

      @veye_xumm 好的非常感谢,这个是编译动态库 用于python代码调用时使用的。就是那个SDK使用方法