Core engineer
Event organizer
- - - - - Break - - - - -
UDP
DJI SDK
DJI Tello Mini
pretty cheap hobby drone
5MP camera
80g weight
15 min flight autonomy
Node.js
because we need UDP communication
with dgram to handle UDP communication
DJI Tello SDK
only 6 pages of documentation to learn all commands
DJI SDK
vs.
UDP
WebSockets
(TCP)
WebSockets
Client connects
Server responds, handshake, connection established
WS chit-chat!
Connection closed
❤
new WebSocket();
UDP
WebSockets
(TCP)
TensorFlow.JS
HandPose
Handpose captures video frames from the camera or canvas in the browser
Each frame is processed by the Handpose model to detect hand key points.
TensorFlow.js performs calculations using the browser's WebGL.
Real time interactions
Questions?