导航

    • 登录
    • 搜索
    • 版块
    • 产品
    • 教程
    • 论坛
    • 淘宝
    1. 主页
    2. 搜索

    高级搜索

    搜索子版块
    保存设置 清除设置
    共 499 条结果匹配 "sensor",(耗时 0.19 秒)

    最新固件下怎么翻转图像呀

    https://book.openmv.cc/example/21-Sensor-Control/sensor-vertical-flip.html

    发布在 OpenMV Cam

    openmv4识别激光点点坐标

    https://book.openmv.cc/example/21-Sensor-Control/sensor-exposure-control.html

    set_auto_exposure

    发布在 OpenMV Cam

    openmv的曝光时间可以自己设定吗

    可以
    https://book.openmv.cc/example/21-Sensor-Control/sensor-exposure-control.html

    发布在 OpenMV Cam

    在openmv重启时背景为红色会引起背景发生色变是什么原因?

    http://book.openmv.cc/example/21-Sensor-Control/sensor_manual_whitebal_control.html

    sensor可以手动控制

    发布在 OpenMV Cam

    openMV的一些路径问题

    import sensor 这个sensor的源路径在什么地方?

    L
    发布在 OpenMV Cam

    OSError:Sleep Failed

    0_1555313189920_b707affe-4e1d-444a-93a9-625893feef0e-image.png

    # Sensor Sleep Mode Example.
    # This example demonstrates the sensor sleep mode. The sleep mode saves around
    # 40mA when enabled and it's automatically cleared when calling sensor reset().
    
    import sensor, image, time
    
    sensor.reset()                      # Reset and initialize the sensor.
    sensor.set_pixformat(sensor.RGB565) # Set pixel format to RGB565 (or GRAYSCALE)
    sensor.set_framesize(sensor.QVGA)   # Set frame size to QVGA (320x240)
    sensor.skip_frames(time = 3000)     # Capture frames for 3000ms.
    sensor.sleep(True)                  # Enable sensor sleep mode (saves about 40mA).
    

    1
    发布在 OpenMV Cam

    特征点检测一定要在sensor.set_framesize(sensor.VGA) 的条件下吗?

    import sensor, time, image
    
    # Reset sensor
    sensor.reset()
    
    # Sensor settings
    sensor.set_contrast(3)
    sensor.set_gainceiling(16)
    sensor.set_framesize(sensor.QQVGA)
    #sensor.set_windowing((320, 240))
    sensor.set_pixformat(sensor.GRAYSCALE)
    

    但是这样子它都不画出特征点了

    N
    发布在 OpenMV Cam

    extra positional arguments given

    参数要加exposure_us=
    参考:
    https://book.openmv.cc/example/21-Sensor-Control/sensor-exposure-control.html

    发布在 OpenMV Cam

    上电后,硬盘中出现了一个ERROR.LOG的日志文件

    看上去是sensor坏了,或者是没有安装sensor就启动。

    发布在 OpenMV Cam

    怎么用函数调节图像亮度

    https://book.openmv.cc/example/21-Sensor-Control/sensor-exposure-control.html

    最开始的EXPOSURE_TIME_SCALE = 1.0改为0.1

    发布在 OpenMV Cam
    • 1
    • 2
    • 3
    • 4
    • 5
    • 49
    • 50
    • 1 / 50