Abstract base class for any system which allows the capturing of camera data. This is required as different platforms have different ways of handling camera data. It allows us to abstract away the differences and provide a unified interface for the rest of the system.
More...
|
| virtual void | SubscribersChanged () |
| | Called when the list of subscribers changes.
|
| |
| virtual void | Awake () |
| | Automatically initializes the singleton instance of the camera capturer.
|
| |
Abstract base class for any system which allows the capturing of camera data. This is required as different platforms have different ways of handling camera data. It allows us to abstract away the differences and provide a unified interface for the rest of the system.
◆ Awake()
| virtual void CameraCapturer.Awake |
( |
| ) |
|
|
inlineprotectedvirtual |
Automatically initializes the singleton instance of the camera capturer.
Reimplemented in MLCVCameraCapturer.
◆ SubscribeCameraRawDataCaptured()
| static void CameraCapturer.SubscribeCameraRawDataCaptured |
( |
Action< byte[], int, int > | action | ) |
|
|
inlinestatic |
Subscribes to the camera raw data captured event.
- Parameters
-
| action | The action to invoke when camera data is captured. |
◆ SubscribersChanged()
| virtual void CameraCapturer.SubscribersChanged |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ UnsubscribeCameraRawDataCaptured()
| static void CameraCapturer.UnsubscribeCameraRawDataCaptured |
( |
Action< byte[], int, int > | action | ) |
|
|
inlinestatic |
Unsubscribes from the camera raw data captured event.
- Parameters
-
| action | The action to remove from the invocation list. |
◆ _targetImageHeight
| int CameraCapturer._targetImageHeight = 480 |
|
protected |
◆ _targetImageWidth
| int CameraCapturer._targetImageWidth = 640 |
|
protected |
◆ Instance
◆ OnCameraDataCaptured
| Action<byte[], int, int> CameraCapturer.OnCameraDataCaptured |
|
staticprotected |
◆ TargetImageHeight
| int CameraCapturer.TargetImageHeight |
|
staticget |
Gets the target image height.
◆ TargetImageWidth
| int CameraCapturer.TargetImageWidth |
|
staticget |
Gets the target image width.
The documentation for this class was generated from the following file: