What's the relationship between uv4l driver and official v4l2 driver for raspberry pi camera module?
I installed uv4l driver on my raspi and I know there is an official v4l2 driver already bundled with raspbian.
Questions:
1. Will these two drivers loaded automatically when Pi is booted?
2. Which driver will be used if some application calls v4l2 API?
3. Is it possible to enable/disable one of the drivers?
4. raspstill/raspvid etc command lines and PiCamera python module will not use v4l driver, correct?
5. In which case the driver will be used?
Thanks,
Jason