HomeGPT v.1.0
HomeGPT revolutionizes home automation with advanced features such as facial recognition for secure access, mood-responsive lighting, RFID-enabled garage entry, and clap-activated door closures. This system elevates the living experience by seamlessly blending security, convenience, and ambiance-enhancing technology.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IntruderThread Class Reference

Intruder Thread to manage intruder detection functionality. More...

#include <IntruderThread.h>

Inheritance diagram for IntruderThread:
Inheritance graph
[legend]
Collaboration diagram for IntruderThread:
Collaboration graph
[legend]

Public Member Functions

 IntruderThread (cv::VideoCapture camera)
 
void setModule (std::string module)
 
void stop ()
 
void start ()
 
void join ()
 

Detailed Description

Intruder Thread to manage intruder detection functionality.

Author
Chinmay Nagrale

Constructor & Destructor Documentation

◆ IntruderThread()

IntruderThread::IntruderThread ( cv::VideoCapture  camera)
inline

Contructor for our intruder thread.

Member Function Documentation

◆ join()

void CppThread::join ( )
inlineinherited

Waits for the thread to terminate.

Here is the caller graph for this function:

◆ setModule()

void IntruderThread::setModule ( std::string  module)
inline

◆ start()

void CppThread::start ( )
inlineinherited

Starts the thread.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stop()

void IntruderThread::stop ( )
inline
Here is the call graph for this function:

The documentation for this class was generated from the following files: