Chromatic aberration problem of camera reading under different architectures
Under the ARM architecture and under the x86 architecture, the color difference of the video stream information read through D435 is different. How to solve this problem?
-
Hello, is your Arm computer an Nvidia Jetson board? At the link below, there is a past report of a chromatic aberration when comparing Ubuntu on a Jetson Nano computing board with Arm architecture and Windows 10 on presumably an x86 computer.
https://github.com/IntelRealSense/librealsense/issues/10358
The RealSense user in that case concluded that the aberration on their Jetson was being caused by building the librealsense SDK from source code with CMake with the build flag -DBUILD_WITH_CUDA=true included in the CMake build instruction. When this flag was omitted, the color image was the same on both Ubuntu and Windows.
Please sign in to leave a comment.
Comments
1 comment