RawPackageAccessor Class
Provides access to the raw images in a LightFieldPackage.
Constructors:
Name | Description | |
---|---|---|
![]() | RawPackageAccessor(LightFieldPackage) | Initializes new instance of the RawPackageAccessor class. |
Properties:
Name | Description | |
---|---|---|
![]() | HasContent | Gets whether any files are present in the package. |
![]() | HasExceptions | Gets whether any exceptions occured during initialization. |
![]() | FrameCount | Gets the number of frames available in the package. |
![]() | Metadata | Gets metadata of the package. |
![]() | Package | Gets the LightFieldPackage associated with this accessor. |
Methods:
Name | Description | |
---|---|---|
![]() | GetFrame(Int32) | Gets a frame references. |
![]() | GetFrames() | Gets frame references. |
![]() | GetExceptions() | Gets the list of exceptions that occured during initialization. |
![]() | GetFieldImage(Int32) | Gets the FieldImage for image data. |
![]() | GetImageComponent(Int32) | Gets the LightFieldComponent for raw image data. |
![]() | GetPictureMetadata() | Gets the picture metadata. |
![]() | ThrowIfExceptionsOccured() | Throws the first exception that occured during initialization, if any. |