RealSense Depth Cameras missing folder linux-headers-4.15.0-1060-raspi2 on raspberry pi 3b

Solved my own question leav answer if someone else has same question.

You need to installl following package from Ubuntu

https://launchpad.net/ubuntu/+source/linux-raspi2?_ga=2.260724495.349147244.1586354978-1622355410.1586354978

this is done by follwing command in the terminal
sudo apt install linux-raspi2
sudo reboot
this will create the missing folder under /usr/src

1 Like