Camera streaming from from PBx-A1 sensor.
More...
#include <cam.hpp>
Camera streaming from from PBx-A1 sensor.
Definition at line 256 of file cam.hpp.
◆ CamStream()
◆ Connect()
| virtual bool fpsdk::common::cam::CamStream::Connect |
( |
| ) |
|
|
pure virtual |
Connect stream.
- Returns
- true if the stream was connected successfully, false otherwise (bad params, network problem, ...)
◆ Disconnect()
| virtual void fpsdk::common::cam::CamStream::Disconnect |
( |
| ) |
|
|
pure virtual |
Disconnect stream.
Call to explicitly disconnect. The destructor calls this automatically.
◆ NextFrame()
| virtual bool fpsdk::common::cam::CamStream::NextFrame |
( |
CamData & | data | ) |
|
|
pure virtual |
Get next frame.
- Parameters
-
| [out] | data | Camera image/frame data |
- Returns
- true if a next frame was received and data is filled (it may still be not valid_!), false on error (lost connection, bad data, ...)
◆ params_
Parameters.
Definition at line 298 of file cam.hpp.
The documentation for this class was generated from the following file:
- fpsdk_common/include/fpsdk_common/cam.hpp