## Browser Compatibility ##
-motionEye works fine with most modern browsers, including IE8+.
+motionEye works fine with most modern browsers, including IE9+.
Being designed with responsiveness in mind, it will also work nicely on mobile devices and tablets.
## Installation ##
## Raspberry PI ##
-If running motionEye on a Raspberry PI with a *CSI camera board*, see `raspicam/readme.txt`.
+If running motionEye on a Raspberry PI with a *CSI camera board*, see `raspicam/README.md`.
Also note that only one camera is supported when using this configuration.
transition: all 0.2s, opacity 0s;
margin: 2px;
opacity: 0;
- cursor: pointer;
}
div.modal-container div.camera-frame {
transition: all 0.2s linear;
text-align: center;
background-color: rgba(0, 0, 0, 1);
+ cursor: pointer;
}
img.camera-progress {
nameSpan.html(cameraName);
progressImg.attr('src', staticUrl + 'img/camera-progress.gif');
- cameraFrameDiv.click(function () {
+ cameraProgress.click(function () {
doFullScreenCamera(cameraId);
});