Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apssouza22/smart-drone
/ functions
Functions
402 in github.com/apssouza22/smart-drone
⨍
Functions
402
◇
Types & classes
32
↳
Endpoints
2
↓ 1 callers
Method
watch_events
(self)
common/pygamescreen.py:48
Function
AbstractLoader
* The base loader, which defines all the generic methods, properties, and events. All loaders extend this class, * including the {{#crossLink "Lo
webserver/static/createjs-lib.js:15053
Function
AbstractMediaLoader
* The AbstractMediaLoader is a base class that handles some of the shared methods and properties of loaders that * handle HTML media elements, su
webserver/static/createjs-lib.js:15779
Function
AbstractPlugin
()
webserver/static/createjs-lib.js:22898
Function
AbstractRequest
(item)
webserver/static/createjs-lib.js:15876
Function
AbstractSoundInstance
(src, startTime, duration, playbackResource)
webserver/static/createjs-lib.js:22027
Function
AlphaMapFilter
* Applies a greyscale alpha map image (or canvas) to the target, such that the alpha channel of the result will * be copied from the red channel
webserver/static/createjs-lib.js:12239
Function
AlphaMaskFilter
* Applies the alpha from the mask image (or canvas) to the target, such that the alpha channel of the result will * be derived from the mask, and
webserver/static/createjs-lib.js:12376
Function
AttrRecognizer
* This recognizer is just used as a base for the simple attribute recognizers. * @constructor * @extends Recognizer
webserver/static/hammer-lib.js:1685
Function
BinaryLoader
* A loader for binary files. This is useful for loading web audio, or content that requires an ArrayBuffer. * @class BinaryLoader * @param {
webserver/static/createjs-lib.js:18630
Function
Bitmap
* A Bitmap represents an Image, Canvas, or Video in the display list. A Bitmap can be instantiated using an existing * HTML element, or a string.
webserver/static/createjs-lib.js:8700
Function
BitmapText
* Displays text using bitmap glyphs defined in a sprite sheet. Multi-line text is supported * using new line characters, but automatic wrapping i
webserver/static/createjs-lib.js:9817
Function
BlurFilter
* Applies a box blur to DisplayObjects. Note that this filter is fairly CPU intensive, particularly if the quality is * set higher than 1. *
webserver/static/createjs-lib.js:11913
Function
BrowserDetect
* An object that determines the current browser, version, operating system, and other environment * variables via user agent string. *
webserver/static/createjs-lib.js:19958
Function
ButtonHelper
* The ButtonHelper is a helper class to create interactive buttons from {{#crossLink "MovieClip"}}{{/crossLink}} or * {{#crossLink "Sprite"}}{{/c
webserver/static/createjs-lib.js:2629
Function
CSSLoader
* A loader for CSS files. * @class CSSLoader * @param {LoadItem|Object} loadItem * @param {Boolean} preferXHR * @extends AbstractL
webserver/static/createjs-lib.js:18682
Function
ColorFilter
* Applies a color transform to DisplayObjects. * * <h4>Example</h4> * This example draws a red circle, and then transforms it to Blue.
webserver/static/createjs-lib.js:12484
Function
ColorMatrix
* Provides helper functions for assembling a matrix for use with the {{#crossLink "ColorMatrixFilter"}}{{/crossLink}}. * Most methods return the
webserver/static/createjs-lib.js:12606
Function
ColorMatrixFilter
* Allows you to carry out complex color operations such as modifying saturation, brightness, or inverting. See the * {{#crossLink "ColorMatrix"}}
webserver/static/createjs-lib.js:12970
Function
Container
* A Container is a nestable display list that allows you to work with compound display elements. For example you could * group arm, leg, torso a
webserver/static/createjs-lib.js:7184
Function
DOMElement
* <b>This class is still experimental, and more advanced use is likely to be buggy. Please report bugs.</b> * * A DOMElement allows you to a
webserver/static/createjs-lib.js:11551
Function
DisplayObject
* DisplayObject is an abstract class that should not be constructed directly. Instead construct subclasses such as * {{#crossLink "Container"}}{{
webserver/static/createjs-lib.js:5915
Function
DisplayProps
* Used for calculating and encapsulating display related properties. * @class DisplayProps * @param {Number} [visible=true] Visible value.
webserver/static/createjs-lib.js:2124
Function
Ease
* The Ease class provides a collection of easing functions for use with TweenJS. It does not use the standard 4 param * easing signature. Instead
webserver/static/createjs-lib.js:25935
Function
ErrorEvent
* A general error {{#crossLink "Event"}}{{/crossLink}}, that describes an error that occurred, as well as any details. * @class ErrorEvent *
webserver/static/createjs-lib.js:13439
Function
Event
* Contains properties and methods shared by all events for use with * {{#crossLink "EventDispatcher"}}{{/crossLink}}. * * Note that Eve
webserver/static/createjs-lib.js:174
Function
EventDispatcher
* EventDispatcher provides methods for managing queues of event listeners and dispatching events. * * You can either extend EventDispatcher
webserver/static/createjs-lib.js:442
Function
Filter
* Base class that all filters should inherit from. Filters need to be applied to objects that have been cached using * the {{#crossLink "DisplayO
webserver/static/createjs-lib.js:11791
Function
Graphics
* The Graphics class exposes an easy to use API for generating vector drawing instructions and drawing them to a * specified context. Note that y
webserver/static/createjs-lib.js:3633
Function
HTMLAudioPlugin
* Play sounds using HTML <audio> tags in the browser. This plugin is the second priority plugin installed * by default, after the {{#crossL
webserver/static/createjs-lib.js:24440
Function
HTMLAudioSoundInstance
* HTMLAudioSoundInstance extends the base api of {{#crossLink "AbstractSoundInstance"}}{{/crossLink}} and is used by * {{#crossLink "HTMLAudioPlu
webserver/static/createjs-lib.js:24155
Function
HTMLAudioTagPool
* HTMLAudioTagPool is an object pool for HTMLAudio tag instances. * @class HTMLAudioTagPool * @param {String} src The source of the channel.
webserver/static/createjs-lib.js:23952
Function
Hammer
* Simple way to create a manager with a default set of recognizers. * @param {HTMLElement} element * @param {Object} [options] * @const
webserver/static/hammer-lib.js:2139
Function
ImageLoader
* A loader for image files. * @class ImageLoader * @param {LoadItem|Object} loadItem * @param {Boolean} preferXHR * @extends Abstr
webserver/static/createjs-lib.js:18764
Function
Input
* create new input type manager * @param {Manager} manager * @param {Function} callback * @returns {Input} * @constructor
webserver/static/hammer-lib.js:419
Function
JSONLoader
* A loader for JSON files. To load JSON cross-domain, use JSONP and the {{#crossLink "JSONPLoader"}}{{/crossLink}} * instead. To load JSON-format
webserver/static/createjs-lib.js:18984
Function
JSONPLoader
* A loader for JSONP files, which are JSON-formatted text files, wrapped in a callback. To load regular JSON * without a callback use the {{#cros
webserver/static/createjs-lib.js:19079
Function
JavaScriptLoader
* A loader for JavaScript files. * @class JavaScriptLoader * @param {LoadItem|Object} loadItem * @param {Boolean} preferXHR * @ext
webserver/static/createjs-lib.js:18920
Function
LoadItem
* All loaders accept an item containing the properties defined in this class. If a raw object is passed instead, * it will not be affected, but i
webserver/static/createjs-lib.js:14556
Function
LoadQueue
* The LoadQueue class is the main API for preloading content. LoadQueue is a load manager, which can preload either * a single file, or queue of
webserver/static/createjs-lib.js:16894
Function
Loader
* Loader provides a mechanism to preload Web Audio content via PreloadJS or internally. Instances are returned to * the preloader, and the load m
webserver/static/createjs-lib.js:23192
Function
Manager
* Manager * @param {HTMLElement} element * @param {Object} [options] * @constructor
webserver/static/hammer-lib.js:2271
Function
ManifestLoader
* A loader for JSON manifests. Items inside the manifest are loaded before the loader completes. To load manifests * using JSONP, specify a {{#cr
webserver/static/createjs-lib.js:19217
Function
Matrix2D
* Represents an affine transformation matrix, and provides tools for constructing and concatenating matrices. * * This matrix can be visuali
webserver/static/createjs-lib.js:1622
Function
MediaTagRequest
* An {{#crossLink "TagRequest"}}{{/crossLink}} that loads HTML tags for video and audio. * @class MediaTagRequest * @param {LoadItem} loadIt
webserver/static/createjs-lib.js:16106
Function
MotionGuidePlugin
* A TweenJS plugin for working with motion guides. * * To use, install the plugin after TweenJS has loaded. Next tween the 'guide' property
webserver/static/createjs-lib.js:26380
Function
MouseEvent
* Passed as the parameter to all mouse/pointer/touch related events. For a listing of mouse events and their properties, * see the {{#crossLink "
webserver/static/createjs-lib.js:1451
Function
MouseInput
* Mouse events input * @constructor * @extends Input
webserver/static/hammer-lib.js:790
Function
MovieClip
* The MovieClip class associates a TweenJS Timeline with an EaselJS {{#crossLink "Container"}}{{/crossLink}}. It allows * you to create objects w
webserver/static/createjs-lib.js:10174
Function
MovieClipPlugin
* This plugin works with <a href="http://tweenjs.com" target="_blank">TweenJS</a> to prevent the startPosition * property from tweening. * @
webserver/static/createjs-lib.js:10732
Function
PanRecognizer
* Pan * Recognized when the pointer is down and moved in the allowed direction. * @constructor * @extends AttrRecognizer
webserver/static/hammer-lib.js:1747
Function
PinchRecognizer
* Pinch * Recognized when two or more pointers are moving toward (zoom-in) or away from each other (zoom-out). * @constructor * @extend
webserver/static/hammer-lib.js:1827
Function
PlayPropsConfig
()
webserver/static/createjs-lib.js:20082
Function
Point
* Represents a point on a 2 dimensional x / y coordinate system. * * <h4>Example</h4> * * var point = new createjs.Point(0, 1
webserver/static/createjs-lib.js:2283
Function
PointerEventInput
* Pointer events input * @constructor * @extends Input
webserver/static/hammer-lib.js:864
Function
PressRecognizer
* Press * Recognized when the pointer is down for x ms without any movement. * @constructor * @extends Recognizer
webserver/static/hammer-lib.js:1866
Function
ProgressEvent
* A CreateJS {{#crossLink "Event"}}{{/crossLink}} that is dispatched when progress changes. * @class ProgressEvent * @param {Number} loaded
webserver/static/createjs-lib.js:13491
Function
Recognizer
* Recognizer * Every recognizer needs to extend from this class. * @constructor * @param {Object} options
webserver/static/hammer-lib.js:1393
Function
Rectangle
* Represents a rectangle as defined by the points (x, y) and (x+width, y+height). * * <h4>Example</h4> * * var rect = new cre
webserver/static/createjs-lib.js:2390
Function
RotateRecognizer
* Rotate * Recognized when two or more pointer are moving in a circular motion. * @constructor * @extends AttrRecognizer
webserver/static/hammer-lib.js:1937
Function
SVGLoader
* A loader for SVG files. * @class SVGLoader * @param {LoadItem|Object} loadItem * @param {Boolean} preferXHR * @extends AbstractL
webserver/static/createjs-lib.js:19697
Function
Shadow
* This class encapsulates the properties required to define a shadow to apply to a {{#crossLink "DisplayObject"}}{{/crossLink}} * via its <code>s
webserver/static/createjs-lib.js:2850
Function
Shape
* A Shape allows you to display vector art in the display list. It composites a {{#crossLink "Graphics"}}{{/crossLink}} * instance which exposes
webserver/static/createjs-lib.js:9330
Function
SingleTouchInput
* Touch events input * @constructor * @extends Input
webserver/static/hammer-lib.js:938
Function
Sound
* The Sound class is the public API for creating sounds, controlling the overall sound levels, and managing plugins. * All Sound APIs on this cla
webserver/static/createjs-lib.js:20380
Function
SoundChannel
* An internal class that manages the number of active {{#crossLink "AbstractSoundInstance"}}{{/crossLink}} instances for * each sound type. This
webserver/static/createjs-lib.js:21705
Function
SoundLoader
* A loader for HTML audio files. PreloadJS can not load WebAudio files, as a WebAudio context is required, which * should be created by either a
webserver/static/createjs-lib.js:19398
Function
Sprite
* Displays a frame or sequence of frames (ie. an animation) from a SpriteSheet instance. A sprite sheet is a series of * images (usually animatio
webserver/static/createjs-lib.js:8883
Function
SpriteSheet
* Encapsulates the properties and methods associated with a sprite sheet. A sprite sheet is a series of images (usually * animation frames) combi
webserver/static/createjs-lib.js:3111
Function
SpriteSheetBuilder
* The SpriteSheetBuilder allows you to generate {{#crossLink "SpriteSheet"}}{{/crossLink}} instances at run time * from any display object. This
webserver/static/createjs-lib.js:11012
Function
SpriteSheetLoader
* A loader for EaselJS SpriteSheets. Images inside the spritesheet definition are loaded before the loader * completes. To load SpriteSheets usin
webserver/static/createjs-lib.js:19535
Function
SpriteSheetUtils
* The SpriteSheetUtils class is a collection of static methods for working with {{#crossLink "SpriteSheet"}}{{/crossLink}}s. * A sprite sheet is
webserver/static/createjs-lib.js:10805
Function
Stage
* A stage is the root level {{#crossLink "Container"}}{{/crossLink}} for a display list. Each time its {{#crossLink "Stage/tick"}}{{/crossLink}}
webserver/static/createjs-lib.js:7850
Function
SwipeRecognizer
* Swipe * Recognized when the pointer is moving fast (velocity), with enough distance in the allowed direction. * @constructor * @exten
webserver/static/hammer-lib.js:1968
Function
TagPool
* The TagPool is an object pool for HTMLAudio tag instances. * #class TagPool * @param {String} src The source of the channel. * @prote
webserver/static/createjs-lib.js:24066
Function
TagRequest
* An {{#crossLink "AbstractRequest"}}{{/crossLink}} that loads HTML tags, such as images and scripts. * @class TagRequest * @param {LoadItem
webserver/static/createjs-lib.js:15920
Function
TapRecognizer
* A tap is ecognized when the pointer is doing a small tap/click. Multiple taps are recognized if they occur * between the given interval and pos
webserver/static/hammer-lib.js:2028
Function
Text
* Display one or more lines of dynamic text (not user editable) in the display list. Line wrapping support (using the * lineWidth) is very basic,
webserver/static/createjs-lib.js:9441
Function
TextLoader
* A loader for Text files. * @class TextLoader * @param {LoadItem|Object} loadItem * @extends AbstractLoader * @constructor
webserver/static/createjs-lib.js:18591
Function
Ticker
* The Ticker provides a centralized tick or heartbeat broadcast at a set interval. Listeners can subscribe to the tick * event to be notified whe
webserver/static/createjs-lib.js:804
Function
Timeline
* The Timeline class synchronizes multiple tweens and allows them to be controlled as a group. Please note that if a * timeline is looping, the t
webserver/static/createjs-lib.js:25526
Function
Touch
* Global utility for working with multi-touch enabled devices in EaselJS. Currently supports W3C Touch API (iOS and * modern Android browser) and
webserver/static/createjs-lib.js:13055
Function
TouchAction
* Touch Action * sets the touchAction property or uses the js alternative * @param {Manager} manager * @param {String} value * @co
webserver/static/hammer-lib.js:1206
Function
TouchInput
* Multi-user touch events input * @constructor * @extends Input
webserver/static/hammer-lib.js:1006
Function
TouchMouseInput
()
webserver/static/hammer-lib.js:1104
Function
Tween
* A Tween instance tweens properties for a single target. Instance methods can be chained for easy construction and sequencing: * * <h4>Exam
webserver/static/createjs-lib.js:24679
Function
UID
* Global utility for generating sequential unique ID numbers. The UID class uses a static interface (ex. <code>UID.get()</code>) * and should not
webserver/static/createjs-lib.js:1395
Function
VideoLoader
* A loader for video files. * @class VideoLoader * @param {LoadItem|Object} loadItem * @param {Boolean} preferXHR * @extends Abstr
webserver/static/createjs-lib.js:19462
Function
WebAudioPlugin
* Play sounds using Web Audio in the browser. The WebAudioPlugin is currently the default plugin, and will be used * anywhere that it is supporte
webserver/static/createjs-lib.js:23598
Function
WebAudioSoundInstance
(src, startTime, duration, playbackResource)
webserver/static/createjs-lib.js:23266
Function
XHRRequest
* A preloader that loads items using XHR requests, usually XMLHttpRequest. However XDomainRequests will be used * for cross-domain requests if po
webserver/static/createjs-lib.js:16200
Function
XMLLoader
* A loader for CSS files. * @class XMLLoader * @param {LoadItem|Object} loadItem * @extends AbstractLoader * @constructor
webserver/static/createjs-lib.js:19775
Method
__init__
(self, controller, log, proximity)
gesturecontrol/posecommand.py:7
Method
__init__
(self, controller)
gesturecontrol/posecheck.py:55
Method
__init__
(self, log)
gesturecontrol/tracking.py:9
Method
__init__
(self)
gesturecontrol/bodydetector.py:105
Method
__init__
(self, tello)
common/pygamescreen.py:13
Method
__init__
(self, def_color=(255, 170, 0))
common/info.py:7
Method
__init__
(self, drone: Drone)
common/mapping.py:12
Method
__init__
display : True to display to display brightness(time) in an opencv window (via an object RollingGraph)
common/cameramorse.py:16
← previous
next →
201–300 of 402, ranked by callers