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

    5
    3
    0 Votes
    5 Posts
    2k Views
    F
    @veye_xumm 好的,谢谢
  • 树莓派连接CS-MIPI-SC-132问题

    10
    0 Votes
    10 Posts
    2k Views
    veye_xummV
    @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
  • Best Settings for Night Time

    5
    0 Votes
    5 Posts
    1k Views
    veye_xummV
    @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.
  • add sound

    2
    0 Votes
    2 Posts
    754 Views
    veye_xummV
    @laawert Hi, sorry, I'm not doing any work in this area right now.
  • NDI Streaming

    3
    0 Votes
    3 Posts
    943 Views
    veye_xummV
    @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)
  • veye_raspivid -b param ignored

    2
    0 Votes
    2 Posts
    862 Views
    veye_xummV
    @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.
  • V4L2 driver, missing exposure, gain... controls

    3
    0 Votes
    3 Posts
    1k 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
  • Install camera to rpi4

    14
    0 Votes
    14 Posts
    4k Views
    V
    @fire Yes, raspivid and raspistill works too on Ubuntu.
  • ubuntu OS on RPi,need a libveyecam.a

    9
    0 Votes
    9 Posts
    4k Views
    F
    @veye_xumm 好的非常感谢,这个是编译动态库 用于python代码调用时使用的。就是那个SDK使用方法