Motion Install !!top!!: Inurl Multicameraframe Mode
<!DOCTYPE html> <html> <head><title>Multi-Camera Motion Frame</title></head> <body> <h1>Motion Detection - All Cameras</h1> <?php $cameras = array("192.168.1.101:8081", "192.168.1.102:8082"); foreach ($cameras as $cam) echo "<img src='http://$cam/motion?mode=motion' width='640' height='480'>";
Edit /etc/motion/motion.conf :
Copy the template: sudo cp /etc/motion/motion.conf /etc/motion/camera1.conf Edit the new file: sudo nano /etc/motion/camera1.conf inurl multicameraframe mode motion install