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