PlayerCc::CameraProxy Class Reference
[Proxies]
#include <playerc++.h>
Inherits PlayerCc::ClientProxy.
Detailed Description
TheCameraProxy class can be used to get images from a camera device.
Public Member Functions | |
| CameraProxy (PlayerClient *aPc, uint aIndex=0) | |
| Constructor. | |
| void | SaveFrame (const std::string aPrefix, uint aWidth=4) |
| Save the frame. | |
| void | Decompress () |
| decompress the image | |
| uint | GetDepth () const |
| Image color depth. | |
| uint | GetWidth () const |
| Image dimensions (pixels). | |
| uint | GetHeight () const |
| Image dimensions (pixels). | |
| uint | GetFormat () const |
| Image format (e.g., RGB888). | |
| uint | GetImageSize () const |
| Size of the image (bytes). | |
| void | GetImage (uint8_t *aImage) const |
| Image data. | |
| uint | GetCompression () const |
| What is the compression type. | |
The documentation for this class was generated from the following file:
