Skip to content

Shaxpy/Intel_Realsense_D455

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Setup Intel Realsense D455 Depth Camera

Installing Intel® RealSense™ SDK2.0

$ sudo apt-get install libusb-1.0-0-dev
$ git clone https://github.com/IntelRealSense/librealsense.git
$ cd librealsense/
$ mkdir build && cd build
$ cmake ../ -DFORCE_RSUSB_BACKEND=true -DBUILD_PYTHON_BINDINGS=true -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true
$ sudo make uninstall && make clean && make && sudo make install

Working with D455

Calibrating normal USB Cameras
  • Edit usb_cam_node.cpp, and change the pixel_format to "yuyv"
  • Run the following in different terminals-

roscore
rosrun camera_calibration cameracalibrator.py --size 8x6 --square 0.108 image:=/usb_cam/image_raw camera:=/dev/video0 --no-service-check --approximate=0.1
rosrun usb_cam usb_cam_node
Refer http://wiki.ros.org/camera_calibration/Tutorials/MonocularCalibration#Running_the_Calibration_Node

About

Working with D455 Depth camera with an IMU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published