18#include <catch2/catch_amalgamated.hpp>
30 Network::setLocalMode(
true);
32 SECTION(
"Test the IFrameGrabberImage interface")
37 p.
put(
"device",
"fakeDepthCamera");
50 Network::setLocalMode(
false);
contains the definition of a Vector type
bool view(T *&x)
Get an interface to the device driver.
A generic interface for cameras that have both color camera as well as depth camera sensor,...
A container for a device driver.
bool close() override
Close the DeviceDriver.
bool open(const std::string &txt)
Construct and configure a device by its common name.
A mini-server for performing network communication in the background.
A class for storing options and configuration information.
void put(const std::string &key, const std::string &value)
Associate the given key with the given string.
TEST_CASE("dev::fakeDepthCameraTest", "[yarp::dev]")
void exec_iRGBDSensor_test_1(IRGBDSensor *irgbd)
For streams capable of holding different kinds of content, check what they actually have.
An interface to the operating system, including Port based communication.