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

    Topics

    • L

      IMX327在樹梅派Zero W上驅動問題

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      7
      6
      0 Votes
      7 Posts
      2k Views
      veye_xummV
      @leo12757 你好,抱歉这两天比较忙,我给一个大体的思路您可以试一下。 install_driver.sh在安装驱动的时候,做了如下两处更改,您可以手动去掉,然后重启系统后再测试一下。 Add gpu=256M to ${CONFIG_FILE},CONFIG_FILE="/boot/firmware/config.txt" or CONFIG_FILE="/boot/config.txt" echo "Add cma=128M to /boot/cmdline.txt "
    • L

      VEYE-MIPI-327E 在樹梅派上如何設定RTSP?

      Watching Ignoring Scheduled Pinned Locked Moved VEYE MIPI camera
      3
      0 Votes
      3 Posts
      1k Views
      F
      针对RTSP这个,一般只需要一个rtspd服务器就行,可以移植live555,或者直接用gstreamer的rtsp服务器插件,甚至可以直接用ffmpeg进行rtsp推流,接收的时候,用vlc即可。