vars.annotation.VideoFrame |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PROP_ALTERNATE_TIMECODE | ||||||||||
String | PROP_CAMERA_DATA | ||||||||||
String | PROP_IN_SEQUENCE | ||||||||||
String | PROP_PHYSICAL_DATA | ||||||||||
String | PROP_RECORDED_DATE | ||||||||||
String | PROP_TIMECODE |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add to the
Observation collection of this VideoFrame . | |||||||||||
Get the
CameraData associated with this VideoFrame . | |||||||||||
Get the
PhysicalData associated with this VideoFrame . | |||||||||||
Indeicates if an annotation has an associated framegrab.
| |||||||||||
Check whether this
VideoFrame is part of a larger sequence of VideoFrame objects. | |||||||||||
Set the HD
Timecode for this VideoFrame . | |||||||||||
Set the flag indicating whether this
VideoFrame is part of a larger sequence of VideoFrame objects. | |||||||||||
Sets the time of the frame representing the annotation
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Add to the Observation
collection of this VideoFrame
.
obs | The Observation to add. |
---|
Get the CameraData
associated with this VideoFrame
.
CameraData
object associated with this VideoFrame
. null will never be returned.Get the PhysicalData
associated with this VideoFrame
.
PhysicalData
object associated with this VideoFrame
. null should never be returned.Indeicates if an annotation has an associated framegrab.
Check whether this VideoFrame
is part of a larger sequence of VideoFrame
objects.
true
if this VideoFrame
is part of a larger
sequence of VideoFrame
objects; false
otherwise.
Set the HD Timecode
for this VideoFrame
.
altTimecode | The HD Timecode object to associate with this VideoFrame .
|
---|
Set the flag indicating whether this VideoFrame
is part of a larger sequence of VideoFrame
objects. a.k.a This annotation is part of larger group of annotations describing a sequence of events.
state | boolean indicator of sequence state |
---|
Sets the time of the frame representing the annotation
dtg | The Date that the annotated frame was recorded in UTC. |
---|