6 lines
370 B
JavaScript
6 lines
370 B
JavaScript
export const MOTION_CONTROL_STATE_EVENT = "earth:motion-control-state";
|
|
export const MOTION_DEBUG_FRAME_EVENT = "earth:motion-debug-frame";
|
|
export const MOTION_DEBUG_VIDEO_SOURCE_EVENT = "earth:motion-debug-video-source";
|
|
export const MOTION_DEBUG_CLOSE_EVENT = "earth:motion-debug-close";
|
|
export const MOTION_RECOGNITION_PAUSE_EVENT = "earth:motion-recognition-pause";
|