Functions to stream images.
More...
|
| typedef void * | CVWSCONVERTER |
| | Handle to converter object.
|
| |
| typedef void * | CVWSSERVER |
| | Handle to a Websocket servor for sending image data.
|
| |
Functions to stream images.
◆ CVWSCONVERTER
◆ CVWSSERVER
◆ CVWSConverterProperty
The properties define the conversion details.
| Enumerator |
|---|
| CVWSCP_JPEGScale | Scale property for JPEG conversion.
|
| CVWSCP_JPEGQualityLevel | Quality level property for JPEG conversion.
|
◆ CVWSConverterType
The type to define the conversion method.
| Enumerator |
|---|
| CVWSCT_Raw | No conversion.
|
| CVWSCT_Jpeg | Conversion type for sending Jpeg converted image data.
|
| CVWSCT_Rgba | Conversion type for sending RGBa converted image data.
|
◆ CVWSServerProperty
Available server information.
| Enumerator |
|---|
| CVWSSP_ActiveConnections | Number of active connections (read only).
|