Video Device test callback event.
More...
#include <setting_service_interface.h>
Video Device test callback event.
Definition at line 701 of file setting_service_interface.h.
◆ ~ITestVideoDeviceHelperEvent()
virtual ITestVideoDeviceHelperEvent::~ITestVideoDeviceHelperEvent |
( |
| ) |
|
|
inlinevirtual |
◆ OnNoVideoDeviceIsUseful()
virtual void ITestVideoDeviceHelperEvent::OnNoVideoDeviceIsUseful |
( |
| ) |
|
|
pure virtual |
Notification of no camera device is found.
◆ OnNoWindowToShowPreview()
virtual void ITestVideoDeviceHelperEvent::OnNoWindowToShowPreview |
( |
| ) |
|
|
pure virtual |
Notification of there is no window handle or a wrong window handle is used.
◆ OnSelectedVideoDeviceIsChanged()
virtual void ITestVideoDeviceHelperEvent::OnSelectedVideoDeviceIsChanged |
( |
| ) |
|
|
pure virtual |
Notification of a camera device is selected during the test, then the SDK will close the video testing. The user should restart the test manually if he wants to test.