I have installed apache on my RPi.
And I have a very simple php web page.
All I am doing is calling exec("python StartCamera.py", $arrayOutput, $nReturn); and then echoing the results.
All I get is 255.
I should be getting an error message because the camera is not connected.
If I run this code in Python3 then I get a very verbose error message.
What is that I have to do to see the same error message on my web page?