| Package | Description |
|---|---|
| me.friwi.tello4j.api.drone | |
| me.friwi.tello4j.api.video |
| Modifier and Type | Method and Description |
|---|---|
List<VideoListener> |
TelloDrone.getVideoListeners()
Lists all
VideoListeners currently attached to this drone |
| Modifier and Type | Method and Description |
|---|---|
void |
TelloDrone.addVideoListener(VideoListener listener)
Adds a
VideoListener to this drone, which can then receive new TelloVideoFrames from this drone |
boolean |
TelloDrone.removeVideoListener(VideoListener listener)
Removes a
VideoListener from this drone, which will no longer receive TelloVideoFrames |
| Modifier and Type | Class and Description |
|---|---|
class |
VideoPanel
A simple
VideoListener in the form of a JPanel, that draws all received images to itself. |
class |
VideoWindow
A simple
VideoListener in the form of a JFrame, that draws all received images to itself. |
Copyright © 2020. All rights reserved.