How to disable camera and all sensors

Hello,
for research purposes, I would like to disable all sensors as well as the camera modules available on RB3.
Could you tell me how to do that via command line utility?
I am using Linaro Debian OS.
root@linaro-developer:~# uname -a
Linux linaro-developer 5.4.0-qcomlt-arm64 #90 SMP PREEMPT Wed Feb 12 19:09:17 UTC 2020 aarch64 GNU/Linux

Best regards

Hey Mohammed,

Currently the RB3 ships with support for no camera sensors.

If you would like to make them invisible to the kernel you would have to either disable (using modprobe or removing the kconfig while building the kernel) the drivers camera drivers (ov8856, ov7251, qcom_cci, qcom_camcc, qcom_camss) or remove their DT nodes when building the kernel.

As for other sensors, which specific sensors are you thinking of?