MonsterWeb

Hi,
I only want the direction buttons in MonsterWeb and delete the camera. How to proceed?
Thanks

piborg's picture

Just removing the camera image from the view is fairly simple, find all of these lines:

httpText += '<iframe src="/stream" width="100%" height="500" frameborder="0"></iframe>\n'

and remove them.

The only problem is that the watchdog uses the regular camera image request to detect you are still connected. The easiest thing to do is remove the lines which start and stop the watchdog running:

print 'Setup the watchdog'
watchdog = Watchdog()

and

watchdog.terminated = True

and

watchdog.join()

Great, thank you!!

Subscribe to Comments for &quot;MonsterWeb&quot;