librealsense on Raspberry Pi 2, Raspberry OS bookworm and Python 3.11

This took 12h (!) on a Raspberry Pi 2 install SSL install cmake $ cd ~$ wget https://cmake.org/files/v3.28/cmake-3.28.3.tar.gz$ tar -zxvf cmake-3.28.3.tar.gz; rm cmake-3.28.3.tar.gz$ cd cmake-3.28.3$ ./configure –prefix=/home/pi/cmake-3.28.3$ make -j1$ sudo make install$ export PATH=/home/pi/cmake-3.28.3/bin:$PATH$ source ~/.bashrc install librealsense build pyrealsense Python bindings