Class DeviceGate
Defined in File DeviceGate.hpp
Nested Relationships
Nested Types
Class Documentation
-
class DeviceGate
Represents the DepthAI Gate with the methods to interact with it.
Public Types
Public Functions
-
DeviceGate(const DeviceInfo &deviceInfo)
Connects to DepthAI Gate
- Parameters:
deviceInfo – Device to connect to
-
~DeviceGate()
-
bool isOkay()
-
bool createSession(bool exclusive = true)
-
bool startSession()
-
bool stopSession()
-
bool deleteSession()
-
bool destroySession()
-
SessionState getState()
-
VersionInfo getAllVersion()
-
bool isBootedNonExclusive()
-
struct CrashDump
-
struct VersionInfo
-
DeviceGate(const DeviceInfo &deviceInfo)