Added RealSense SR300 camera support (#421)

This commit is contained in:
matlabbe
2019-07-05 11:19:45 -04:00
parent bb94adc846
commit 78d0d60b9f
5 changed files with 25 additions and 2 deletions

View File

@@ -539,7 +539,7 @@ bool CameraRealSense2::init(const std::string & calibrationFolder, const std::st
}
else if ("Coded-Light Depth Sensor" == module_name)
{
UINFO("Found \"%s\"", module_name.c_str());
sensors[1] = elem;
}
else if ("RGB Camera" == module_name)
{