Skip to content

RGB-D&Point Cloud Reconstruction with Intel RealSense Hardware

License

Notifications You must be signed in to change notification settings

KejuLiu/Intel_Real_Sense_L515

Repository files navigation

RGB-D with Intel RealSense Hardware: Intel RealSense L515 2024.11.23

demoIRS_1

image

demoIRS_2

image

demoIRS_3

image

1.Create your env with Conda to configure usage scenarios, with STEP.2. image

2.Prepare your dependencies,main libraries and packages: pip install pyrealsense2==2.54.2.5684 (Just Stable)

pip install numpy

pip install opencv-python

pip install open3d

...

3.Check the cam, most time, run this code named "CheckIRS.py", just check if the cam works. image

4.Check it!

5.With the Intel RealSense L515 cam checked, use your env.

6.If you wanna use this device for some machine learning or deep learning projects with GPU, just return STEP.2. 9b7208fd-5807-4667-bdfd-d628b7218685

7.With this python check if your GPU env works. link:https://github.com/KejuLiu/check_Pytorch_scripts

8.Know about your camera args, use this py if necessary. image

example.1.The depth args in size 640x480 and RGB args in size 1280x720:

image

example.2.The depth args in size 1024x768 and RGB args in size 1920x1080:

image

About

RGB-D&Point Cloud Reconstruction with Intel RealSense Hardware

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages