i m trying to start the PI camera from ignition and then stream it in the maker
the streaming part is easy just open the the PI IP with the port for the camera and display
to start the camera.py i followed kevin article of using subprocess to start the python 3 file
my ignition code
import subprocess
pythonPath = "/usr/bin/python3"
scriptPath = "/home/pi/camera.py"
result = subprocess.check_output([pythonPath, scriptPath])
but no luck the camera doent start when test in ignition console i get
<module camera at 4>