WIP: CSI debugging
enable debugging:
echo 'file drivers/media/platform/mxc/capture/mx6s_capture.c +p' | sudo tee /sys/kernel/debug/dynamic_debug/control
echo 'file drivers/media/platform/imx8/mxc-mipi-csi2_yav.c +p' | sudo tee /sys/kernel/debug/dynamic_debug/control
this will print a lot of valuable information when trying to start streaming.
not to be merged, hence WIP.