| java.lang.Object | |
| ↳ | vars.annotation.jpa.VideoFrameImpl |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
vars.VideoMoment
| |||||||||||
From interface
vars.annotation.VideoFrame
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add to the
Observation collection of this VideoFrame. | |||||||||||
Get the
CameraData associated with this VideoFrame. | |||||||||||
Get the
PhysicalData associated with this VideoFrame. | |||||||||||
The date that this videoframe was actually recorded
| |||||||||||
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
vars.VARSObject
| |||||||||||
From interface
vars.VideoMoment
| |||||||||||
From interface
vars.annotation.VideoFrame
| |||||||||||
From interface
vars.jpa.JPAEntity
| |||||||||||
Add to the Observation collection of this VideoFrame.
| observation | 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.The date that this videoframe was actually recorded
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. |
|---|