#include <ICamDriverBaseComponent.h>
Inheritance diagram for mx::ICamDriverBaseComponent:
Public Member Functions | |
virtual mxm::smart< IHttpCameraRequest > | createHttpCameraRequest (int iGroup)=0 |
to handle a configuration session | |
virtual mxm::smart< ISimpleImageViewerHost > | createSimpleImageViewerHost ()=0 |
creates a simple image viewer object, which is configured to retrieve an image |
NOTE: This interface should be used from camera drivers only
Via this interface camera drivers can access base functionality implemented for a family of cameras (i.e. IP cameras)
|
to handle a configuration session if one request fails, all requests fail and if a request is signalled to the client only if all requests are completed. |