Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. max
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Groups 0

    max

    @max

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Email trlsmax@gmail.com

    max Follow

    Latest posts made by max

    • RE: 树莓派V4L2驱动下的帧率问题

      @veye_xumm 好的,只能软件丢掉一帧了。
      另外,请问mshutter参数与lowlight参数的关系是如何的?
      例如,mshutter设置我0x4b,曝光时间是1/15秒。当lowlight分别是0x00(Fixed frame rate (25/30))与0x01(1/2*(FRAME RATE))时,实际的曝光时间与通过V4L2驱动获取的帧率分别是多少?

      posted in VEYE MIPI camera
      M
      max
    • RE: 树莓派V4L2驱动下的帧率问题

      尝试以下参数:
      lowlight : 0x00 -> 固定帧率30FPS
      mshutter: 0x4b -> 曝光时间1/15 秒
      nodf: 0x01 -> 丢掉1帧
      hdver: 0x03

      结果:无法获取图像。
      如果把nodf设置为0,就正常获取图像,然而帧率不是15FPS

      posted in VEYE MIPI camera
      M
      max
    • RE: 树莓派V4L2驱动下的帧率问题

      你好,请问如何丢掉重复帧?
      是设置nodf参数吗?

      posted in VEYE MIPI camera
      M
      max
    • 树莓派V4L2驱动下的帧率问题

      你好,我在树莓派下使用V4L2驱动可以正确获取图像。但想设置帧率上出现的问题。我希望希望设置相机的帧率为15FPS,曝光时间为1/15秒。那么通过I2C工具设置参数mshutter的值为0x4b,对应的曝光时间应该为1/15秒。但是通过测试,获取帧的时间还是在33-40毫秒左右。参数lowlight尝试设置0x00或者0x01没有改善。
      请问是哪里还需要设置吗?
      谢谢

      posted in VEYE MIPI camera
      M
      max