Intel® RealSense™ SDK 2.0 beta (v2.56.3) #13572
Replies: 5 comments 11 replies
-
Hi, v2.56.x has been in beta since August 2024. Is there a tentative for when it gets a final release? |
Beta Was this translation helpful? Give feedback.
-
what about for arm version? |
Beta Was this translation helpful? Give feedback.
-
Hello! How can I install pyrealsense2 if my ubuntu kernel version is 6.8? What should I download or run? |
Beta Was this translation helpful? Give feedback.
-
Hi @YangJL2003 If you have kernel 6.8 then the easiest approach would be to install the librealsense SDK and pyrealsense2 from source code at the same time using the libuvc backend installation method, which provides a pre-made build script called 'libuvc_installation.sh'. https://github.com/IntelRealSense/librealsense/blob/master/doc/libuvc_installation.md https://github.com/IntelRealSense/librealsense/blob/master/scripts/libuvc_installation.sh When librealsense is installed using the libuvc backend method, the kernel is bypassed and so it should not matter if you have kernel 6.8. To install pyrealsense2 at the same time as librealsense, please edit line 46 of the libuvc_installation.sh script to add the build flag below:
https://github.com/IntelRealSense/librealsense/blob/master/scripts/libuvc_installation.sh#L46 |
Beta Was this translation helpful? Give feedback.
-
Thank you!
…-----Original Messages-----
From:MartyG-RealSense ***@***.***>
Send time:Friday, 14/03/2025 21:12:55
To: IntelRealSense/librealsense ***@***.***>
Cc: YangJL2003 ***@***.***>, Mention ***@***.***>
Subject: Re: [IntelRealSense/librealsense] Intel® RealSense™ SDK 2.0 beta (v2.56.3) (Discussion #13572)
Hi @YangJL2003 If you have kernel 6.8 then the easiest approach would be to install the librealsense SDK and pyrealsense2 from source code at the same time using the libuvc backend installation method, which provides a pre-made build script called 'libuvc_installation.sh'.
https://github.com/IntelRealSense/librealsense/blob/master/doc/libuvc_installation.md
https://github.com/IntelRealSense/librealsense/blob/master/scripts/libuvc_installation.sh
When librealsense is installed using the libuvc backend method, the kernel is bypassed and so it should not matter if you have kernel 6.8.
To install pyrealsense2 at the same time as librealsense, please edit line 46 of the libuvc_installation.sh script to add the build flag below:
-DBUILD_PYTHON_BINDINGS=true
https://github.com/IntelRealSense/librealsense/blob/master/scripts/libuvc_installation.sh#L46
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a Beta release with source code only, no Debian or PyPi collaterals were published.
What's new
Bug Fixes
Security
See full changes in Release Notes.
Supported Platforms
(1) Please refer to the Release Notes for known issues
(2) Non-LTS Ubuntu kernels with manual patches, check build from source instructions
(3) There is 50% probability of up to 80% frame drops with Windows 11 builds 22621.3296 and 22631.3296 (KB5035853). Windows 10 RS5 or Win 11 KB5030219 (OS Build 22621.2283) do not have any frame drops
(4) This is compilable, but not validated
(5) Due to a known issue with Android 10 the Depth cameras may not be recognized by some ROM/Platform vendors.
(6) IMU stream is not working well on latest versions
Supported Cameras
Please refer to https://dev.intelrealsense.com/docs/firmware-updates for table of versions
v2.54.2 supports but not validated
Supported Languages
Important Links
This discussion was created from the release Intel® RealSense™ SDK 2.0 beta (v2.56.3).
Beta Was this translation helpful? Give feedback.
All reactions