Lets Explore!
Embark on a tech odyssey with my blog, where cutting-edge meets timeless. From AI and robotics to spirituality and travel, discover the seamless fusion of technology across diverse realms. Join us in exploring the latest trends and insights shaping our digital future.
-
How to run Point cloud Liabrary (PCL) example on ubantu 20 with kinect XBox 360
The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. PCL is released under the terms of the BSD license, and thus free for commercial and research use.References How to install pcl Liabrary in ubantu 20 Command # Clone latest PCL in {cd documents } cd…
-
How to run kinect on ubantu 20
What is kinect? Kinect is a line of motion sensing input devices produced by Microsoft and first released in 2010. The devices generally contain RGB cameras, and infrared projectors and detectors that map depth through either structured light or time of flight calculations, which can in turn be used to perform real-time gesture recognition and…
-
Introduction to Point cloud Liabrary (PCL)
The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. PCL is released under the terms of the BSD license, and thus free for commercial and research use.References How to install pcl Liabrary in ubantu 20 Command # Clone latest PCL in {cd documents } cd…
-
How to install Phpmyadmin?
phpMyAdmin is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has become one of the most popular MySQL administration tools, especially for web hosting services.
-
How to make PYQT Python project executable. exe setup in windows
Install the pyinstaller Run command in cmd pyinstaller calculator.py