mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 14:30:19 +08:00
K4A device, fixed some stale edits (#553)
* Added Kinect for Azure menu option * Reintegrated Kinect for Azure initialization code, fixed previous GUI commit * Added ifdefs to fix build * Added preliminary K4A device support * Edits to K4A camera implementation * K4A minor initialization fix * Typo * Another initialization fix * Update CameraRGBD tool to display K4A camera output
This commit is contained in:
@@ -303,7 +303,7 @@ int main(int argc, char * argv[])
|
||||
UERROR("Not built with Kinect for Azure SDK support...");
|
||||
exit(-1);
|
||||
}
|
||||
camera = new rtabmap::CameraK4A(deviceId);
|
||||
camera = new rtabmap::CameraK4A(1, 0, rtabmap::Transform::getIdentity());
|
||||
}
|
||||
else if (driver == 13)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user