Navigation

    M5Stack Community

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

    class14

    @class14

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

    class14 Follow

    Posts made by class14

    • Set as background Command through uart

      Does anyone know how to send the set as background command, Like the button in the IDE under Motion Tracker?
      It has a button called "Set as background"

      Is it maybe like this?

      {
      "function": "Camera Stream",
      "args": ""
      }

      but like this?

      {
      "function": Set as background",
      "args": ""
      }

      Thanks guys !!

      posted in PRODUCTS
      C
      class14
    • RE: V-Training Problems

      I think where alone now.. There doesn't seem to be anyone around.... lol
      Remember the song?

      posted in Units
      C
      class14
    • UnitV2 goes unresponsive durring setup

      UnitV2 stops after 10 minutes or so. Fails quicker if I save anything like the online classifier.
      Does the camera go to sleep by default?
      During online classifier the unitV2 becomes unresponsive and will need a power cycle.
      Can someone help?
      Could the SD card be faulty?
      Thanks

      posted in Units
      C
      class14
    • RE: M5Stack Unit2 switch mode by sending command in serial port

      Getting closer... This is the string to change modes.

      Function switch
      Switch between different recognition functions by clicking the navigation bar of the function page or sending JSON commands through Serial Port communication. Note: Except at the end of the sent command string, no line breaks are allowed in other positions.

      {
      "function": "Camera Stream",
      "args": ""
      }

      BUT this is what I get in return

      {"error":"invalid json format."}
      {"error":"invalid json format."}
      {"error":"invalid json format."}
      {"error":"invalid json format."}
      {"error":"Command is not supported"}
      {"error":"invalid json format."}
      {"error":"invalid json format."}

      Anyone have any ideas?
      I'm sending the string through a serial termanal. CR,LF

      posted in SOFTWARE
      C
      class14
    • UnitV2 uart function switched to motion_tracker.

      How do I send a command to the UnitV2 to start motion_tracker?
      Are there examples of this somewhere?

      Yes here:
      1.2 Serial Operation

      {
      "function": "Camera Stream",
      "args": ""
      }

      BUT Returns this

      {"error":"invalid json format."}
      {"error":"invalid json format."}
      {"error":"Command is not supported"}
      {"error":"invalid json format."}
      {"error":"invalid json format."}

      Can anyone help with this problem I have ? Please
      {"error":"invalid json format."}

      OR
      if I send it this way

      {"function":"Motion Tracker","args":""}

      I get No response and no change to the mode. so it fails also. Just ignores the string no reaction. 2 Days in

      posted in Units
      C
      class14
    • RE: V-Training Service is active now??

      Do I have the same problem if mine says waiting since yesterday?

      posted in M5Stick V
      C
      class14
    • RE: V-Training Problems

      Same issue.. Does anyone know why?

      posted in Units
      C
      class14