Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.57 KB

PART8.md

File metadata and controls

43 lines (29 loc) · 2.57 KB

Use Visual Recognition on drone pictures

The Tello has a low level protocol that allows you to take pictures. This flow sends the take picture command and receives / reconstructs the picture data from the Tello. Then it calls the Watson Visual Recognition service to classify what is in the image.

Task

Connect to the IBM Cloud

Use an ethernet cable to hardwire your laptop to your network so that it can reach the Internet. Connect over WiFi to the Tello drone.

Create a Watson Visual Recognition service instance

Watson Visual Recognition API Key

Configure your Node-RED Flow to use Watson visual recognition

  • Return to your Node-RED browser window
  • Recall that in Setup / Part 2 you installed the node-red-node-watson nodes which provide a collection of Node-RED nodes for IBM Watson services
  • Import the solution flow
  • Double-click on the visual recognition node
  • Paste the API key from the clipboard into the Visual Recognition node
  • Click on the Done button
  • See screenshot:

Tello Watson Visual Recognition API Key

Solution

There is a solution flow available if you need help or want to check your solution.

Tello Pictures Visual Recognition Dashboard Solution flow

Launch the Node-RED Dashboard by turning to the Dashboard tab in the right menu and then click on the launch button.

Tello Pictures Visual Recognition Dashboard Solution flow


Home | Node-RED | Setup | Commands | Dashboard | Telemetry | Mission | Pictures | Visual Recognition | Custom Classifier