Sometimes cameras won't start, or stop running, or the interface crashes. Things you can try (roughly in order):
ssh camera#
cd obs/cameras
ps aux | grep proxy
If no proxy is running then (as obs)
nohup ./bin/proxy & proxy.log &
If there exists a proxy process but you think it may have crashed, then
kill -9 pid_number
before restarting with the above command.
Megaplus I = hitachi
Megaplus II = phx
Sarnoff = sarn
Use the following to find and kill camera processes
ps aux | grep process_name
kill -9 pid_number
SOUP problems: