Beschreibung
A very simple yet effective solution to display the actual image from your webcam on any page. Directory with webcam images is periodically scanned and the most recent image is displayed without the need to refresh whole page.
- Der Dateiname der Webcam-Bilder muss mit einem Zeitstempel versehen werden
(zum Beispiel20150923.jpg
). - Uses React JavaScript library to provide good performance and seamless user experience.
Installation
- Installiere und aktiviere das Plugin.
- Configure your webcam to periodically upload timestamped images to
/wp-content/uploads/webcam/
directory. - Insert
[reactwebcam]
shortcode to the page. - (optional) Set refresh interval in seconds:
[reactwebcam refreshinterval=30]
The default value is 60 seconds. - (optional) To have multiple webcams create subdirectories in
webcam
directory and specify directory name in the shortcode:[reactwebcam dir=seaview]
Only alphanumeric characters are allowed.
Rezensionen
Mitwirkende & Entwickler
„React Webcam“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „React Webcam“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0
- Erste öffentliche Version.
1.1.0
- Konfigurierbares Aktualisierungsintervall.
1.1.1
- Behebung eines Fehlers durch Verschwinden des Texts nach dem Shortcode.
1.2.0
- Unterstützung für mehrere Webcams.