When I ran the librealsense examples the error require to upgrade the Linux kernel to 4.12:
root@ubuntu:~/librealsense/build# ./examples/save-to-disk/rs-save-to-disk
RealSense error calling rs2_pipeline_start(pipe:0x1cd7c10):
Requested pixel format is not natively supported by the Linux kernel and likely requires a patch for fourcc code INZI!
Alternatively please upgrade to kernel 4.12 or later. Last Error: Inappropriate ioctl for device
I tried to upgrade the Linux kernel but failed. Could anyone tell me the detail operations?
Thanks!