🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    How to access JSON data from UnitV2 AI Camera?

    Scheduled Pinned Locked Moved SOFTWARE
    unitv2
    3 Posts 2 Posters 7.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bjone6B Offline
      bjone6
      last edited by

      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)

      1 Reply Last reply Reply Quote 1
      • AsmodevA Offline
        Asmodev
        last edited by Asmodev

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • AsmodevA Offline
          Asmodev
          last edited by Asmodev

          SOLVED IT!
          Here, You can use this, hope it helps out!
          UNITV2 WEB RESULT RESPONSE

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post