-
Notifications
You must be signed in to change notification settings - Fork 28
Lite API: Remote UI
Hayun Lee edited this page Dec 21, 2020
·
3 revisions
Parent Document: ANT APIs
Remote UI API takes charge of displaying the output of IoT applications onto the companion device's screen.
As now, ANT Lite supports only Android-based smartphones as the companion devices.
var remoteUIAPI = require('ant').remoteui;
- void setStreamingViewPipeline(String pipeline, Function handler)
- void setStreamingViewLabelText(String labelText, Function handler)
- void setStreamingViewBoundingBoxes(Object boundingBoxes)
- Home
- About
- Getting Started
-
ANT APIs
- ANT Classic API
- ANT Lite API
- Getting Involved