导航

    • 登录
    • 搜索
    • 版块
    • 产品
    • 教程
    • 论坛
    • 淘宝
    1. 主页
    2. 5af2
    5
    • 举报资料
    • 资料
    • 关注
    • 粉丝
    • 屏蔽
    • 帖子
    • 楼层
    • 最佳
    • 群组

    5af2

    @5af2

    0
    声望
    1
    楼层
    219
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录

    5af2 关注

    5af2 发布的帖子

    • MemoryError: 与find.apriltag()有冲突,显示内存不足

      def Sensor_Init():
      sensor.reset() #初始化感光元件 Reset and initialize the sensor.
      sensor.set_pixformat(sensor.RGB565) #设置色彩空间(sensor.GRAYSCALE: 灰度,每个像素8bit。)Set pixel format to RGB565 (or GRAYSCALE)
      sensor.set_framesize(sensor.QVGA) #设置图像大小160120(sensor.QQQVGA) 8060
      sensor.skip_frames(time = 2000) #延时跳过一些帧,等待感光元件变稳定
      sensor.set_auto_gain(False) #在颜色追踪时,关闭自动增益
      sensor.set_auto_whitebal(False) #在颜色追踪时,关闭白平衡
      sensor.set_vflip(False) #图像上下翻转
      sensor.set_hmirror(False) #图像左右翻转
      sensor.set_windowing((240,240))
      sensor.set_auto_exposure(True, exposure_us=5000) # 设置自动曝光

      发布在 OpenMV Cam
      5
      5af2