Documentation ¶
Index ¶
- type Handler
- type RGB
- type Video
- func (v *Video) AddVideoHandler(videoHandler Handler) (int, error)
- func (v *Video) OnEventCallback(event *unitybridge.DJIUnityEvent, data []byte, tag uint64)
- func (v *Video) RemoveVideoHandler(id int) error
- func (v *Video) Start() error
- func (v *Video) StartSDCardRecording()
- func (v *Video) Stop() error
- func (v *Video) StopSDCardRecording()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RGB ¶
func (*RGB) ColorModel ¶
type Video ¶
type Video struct {
// contains filtered or unexported fields
}
func (*Video) OnEventCallback ¶
func (v *Video) OnEventCallback(event *unitybridge.DJIUnityEvent, data []byte, tag uint64)
func (*Video) RemoveVideoHandler ¶
func (*Video) StartSDCardRecording ¶
func (v *Video) StartSDCardRecording()
func (*Video) StopSDCardRecording ¶
func (v *Video) StopSDCardRecording()
Click to show internal directories.
Click to hide internal directories.