#include "ip_device.hh"
#include <ipDeviceCommon/Statistic.h>
#include "api.h"
#include <librealsense2-net/rs_net.h>
#include <chrono>
#include <list>
#include <thread>
#include <iostream>
#include <string>
#include <NetdevLog.h>
Go to the source code of this file.
| rs2_device* rs2_create_net_device |
( |
int |
api_version, |
|
|
const char * |
address, |
|
|
rs2_error ** |
error |
|
) |
| |
Net device is a rs2_device that can be stream and be contolled remotely over network
- Parameters
-
| [in] | api_version | Users are expected to pass their version of RS2_API_VERSION to make sure they are running the correct librealsense version. |
| [in] | address | remote devce ip address. should be the address of the hosting device |
| [out] | error | if non-null, receives any error that occurs during this call, otherwise, errors are ignored |
Definition at line 403 of file ip_device.cpp.