29 cout <<
"Please, select the input video file or camera...\n";
35 cout <<
"Video stream open OK\n";
39 "Demo of video textures with MRPT's OpenGL objects", 640, 480);
43 opengl::CGridPlaneXY::Create(-7, 7, -7, 7, 0, 1);
44 gl_ground->setColor(0.7, 0.7, 0.7);
48 opengl::CTexturedPlane::Create(0, 1, 0, 0.75);
50 opengl::CTexturedPlane::Create(0, 1, 0, 0.75);
52 opengl::CTexturedPlane::Create(0, 1, 0, 0.75);
66 theScene->insert(gl_ground);
67 theScene->insert(gl_plane1);
68 theScene->insert(gl_plane2);
69 theScene->insert(gl_plane3);
71 win.unlockAccess3DScene();
75 cout <<
"Close the window to end.\n";
78 win.addTextMessage(5, 5,
format(
"%.02fFPS",
win.getRenderingFPS()));
79 std::this_thread::sleep_for(1ms);
89 win.get3DSceneAndLock();
90 gl_plane1->assignImage(o->image);
91 gl_plane2->assignImage(o->image);
92 gl_plane3->assignImage(o->image);
93 win.unlockAccess3DScene();
111 catch (
const std::exception& e)
118 printf(
"Untyped exception!!");
Declares a class derived from "CObservation" that encapsules an image from a camera, whose relative pose to robot is also stored.
CCameraSensor::Ptr prepareVideoSourceFromUserSelection()
Show to the user a list of possible camera drivers and creates and open the selected camera...
std::string std::string format(std::string_view fmt, ARGS &&... args)
This base provides a set of functions for maths stuff.
This namespace contains representation of robot actions and observations.
#define IS_CLASS(obj, class_name)
True if the given reference to object (derived from mrpt::rtti::CObject) is of the given class...
mrpt::gui::CDisplayWindow3D::Ptr win
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
The namespace for 3D scene representation and rendering.
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...
Classes for creating GUI windows for 2D and 3D visualization.
A graphical user interface (GUI) for efficiently rendering 3D scenes in real-time.