Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. bjone6
    • Continue chat with bjone6
    • Start new chat with bjone6
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    bjone6

    @bjone6

    I'm a hobby maker focusing on making my own digital assistant named S.H.A.N.E. like Jarvis from the Iron Man movies and comics. You can watch me building S.H.A.N.E. on my YouTube channel here: https://www.youtube.com/channel/UCW34Ghe9-_TCA5Vy3-Agfnw

    1
    Reputation
    3
    Posts
    977
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.youtube.com/channel/UCW34Ghe9-_TCA5Vy3-Agfnw

    bjone6 Follow

    Posts made by bjone6

    • How to access JSON data from UnitV2 AI Camera?

      I'm using normal Python to access the UnitV2 camera and it works but I can't get the JSON data from any of the modules. Here's where I'm at so far.

      import requests
      from lxml import html

      r = requests.get('http://10.254.239.1')
      status = r.status_code
      tree = html.fromstring(r.content)
      *** When I inspect the page, this is where the JSON data is stored but I don't get anything from this.***
      json = tree.xpath('//*[@id="func-result-pre"]')
      print(json)

      posted in SOFTWARE
      bjone6
    • RE: Unit V2 ssh password not working

      What user name are you using?

      posted in PRODUCTS
      bjone6
    • My UnitV2 camera overheats within 5 minutes. Is that normal?

      I just unboxed my V2 camera and let it do some object detection and it overheats within 5 minutes. I don't think there's a fan, but there should be a heat sink on it. Has anyone else had this problem?

      posted in PRODUCTS
      bjone6