Skip to content

how to use this toy? Intel Real|Sense L515

License

Notifications You must be signed in to change notification settings

yhexie/IntelRealSense

 
 

Repository files navigation

How to use Intel RealSense L515 with Python?

0.How to use this toy? Buy a Intel Real|Sense L515, and open your Intel RealSense Viewer.

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.

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

how to use this toy? Intel Real|Sense L515

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%