Navigation

    • Login
    • Search
    • 版块
    • 产品
    • 教程
    • 论坛
    • 淘宝
    1. Home
    2. fxiw
    F
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    fxiw

    @fxiw

    0
    Reputation
    7
    Posts
    637
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    fxiw Follow

    Posts made by fxiw

    • 训练自己的模型当运行时代码为何会报如下错误?

      MemoryError: Out of fast Frame Buffer Stack Memory! Please reduce the resolution of the image you are running this algorithm on to bypass this issue!
      OpenMV v4.4.2; MicroPython v1.19-omv-r6; OPENMV3-STM32F765
      Type "help()" for more information.

      posted in OpenMV Cam
      F
      fxiw
    • 为什么回出现以下错误?

      wifi连接例程

      这个例子展示了如何将你的OpenMV Cam与WiFi扩展连接到网络。

      import network

      SSID='lab-319' # Network SSID
      KEY='happydog' # Network key

      初始化wlan模块并连接到网络

      print("Trying to connect... (may take a while)...")

      wlan = network.WINC()
      wlan.connect(SSID, key=KEY, security=wlan.MODE_STA)

      #我们现在通过DHCP应该有一个有效的IP
      print(wlan.ifconfig())
      错误提示:OSError: could not connect to ssid=lab-319, sec=0, key=happydog

      posted in OpenMV Cam
      F
      fxiw
    • RE: 如何在openmv搭建MySQL数据库接口

      是的,不知大佬能否解决

      posted in OpenMV Cam
      F
      fxiw
    • openmv如何连接室内WiFi?

      openmv如何连接室内WiFi

      posted in OpenMV Cam
      F
      fxiw
    • 如何在openmv搭建MySQL数据库接口

      如何在openmv搭建MySQL数据库接口

      posted in OpenMV Cam
      F
      fxiw
    • RE: openmv中的mqtt.py库是自己写还是openmv中有自带库

      @kidswong999你所说的这个是mqtt.py库嘛

      posted in OpenMV Cam
      F
      fxiw
    • openmv中的mqtt.py库是自己写还是openmv中有自带库

      openmv中的mqtt.py库是自己写还是openmv中有自带库

      posted in OpenMV Cam
      F
      fxiw