ਵੇਰਵਾ
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.
- Webcam images filenames need to be timestamped (for example
20150923.jpg
). - Uses React JavaScript library to provide good performance and seamless user experience.
ਸਥਾਪਤੀਕਰਨ
- Install and activate the 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.
ਸਮੀਖਿਆਵਾਂ
ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ
“React Webcam” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“React Webcam” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
1.0
- Intial public version.
1.1.0
- Configurable refresh interval.
1.1.1
- Fix bug with disappearing text after shortcode.
1.2.0
- Add support for multiple webcams.