LytroNetClientPortableBase Class
Provides common methods for sending data to and receiving data from a Lytro camera over network connection.
Properties:
Name | Description | |
---|---|---|
DownloadBufferSize | Gets or sets the maximum buffer size for download. | |
UploadBufferSize | Gets or sets the maximum buffer size for upload. |
Methods:
Name | Description | |
---|---|---|
FileExists(String) | Determines whether the specified file exists on camera. | |
DownloadFile(String) | Downloads a file from the camera. | |
DownloadPicture(String, LoadPictureFormat) | Downloads a picture from the camera. | |
DownloadPictureRawJpeg(String) | Downloads a picture from the camera in the RawPackedJpegCompressed format. | |
GetFileLength(String) | Determines size of the specified file on camera. | |
GetBatteryLevel() | Gets the camera's current battery level (as percentage). | |
DownloadCalibrationData() | Downloads calibration data minimum from the camera. | |
GetCameraTime() | Gets the camera's current date and time. | |
SetCameraTime(DateTimeOffset) | Sets the camera's current date and time. | |
GetHardwareInfo() | Gets the basic information about the camera. | |
DownloadPictureList() | Gets a list of pictures available on the camera. | |
TakePicture() | Triggers the camera's shutter. |
Constants:
Name | Description | |
---|---|---|
MaximumBufferSize | Maximum buffer size the camera is able to allocate. |
Events:
Name | Description | |
---|---|---|
ProgressChanged | Occurs during downloading data from or uploading data to the camera. |