|
|
|
@ -212,7 +212,7 @@ public:
|
|
|
|
|
virtual timer_uid_t RegisterHeartbeat(unsigned int timerType, unsigned int timeout, time_t tsForNextPhoto);
|
|
|
|
|
virtual bool TakePhoto(const IDevice::PHOTO_INFO& photoInfo, const vector<OSD_INFO>& osds, const std::string& path);
|
|
|
|
|
virtual bool CloseCamera();
|
|
|
|
|
virtual timer_uid_t RegisterTimer(unsigned int timerType, unsigned int timeout, void* data, unsigned long times = 0);
|
|
|
|
|
virtual timer_uid_t RegisterTimer(unsigned int timerType, unsigned int timeout, void* data, unsigned long times = 1);
|
|
|
|
|
virtual bool UnregisterTimer(timer_uid_t uid);
|
|
|
|
|
virtual unsigned long RequestWakelock(unsigned long timeout);
|
|
|
|
|
virtual bool ReleaseWakelock(unsigned long wakelock);
|
|
|
|
|