Download the PHP package dhildreth/canon-http-webview without Composer
On this page you can find all versions of the php package dhildreth/canon-http-webview. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dhildreth/canon-http-webview
More information about dhildreth/canon-http-webview
Files in dhildreth/canon-http-webview
Download dhildreth/canon-http-webview
More information about dhildreth/canon-http-webview
Files in dhildreth/canon-http-webview
Vendor dhildreth
Package canon-http-webview
Short Description PHP Canon HTTP Webview API client
License MIT
Package canon-http-webview
Short Description PHP Canon HTTP Webview API client
License MIT
Please rate this library. Is it a good library?
Informations about the package canon-http-webview
Canon HTTP WebView PHP Client
Canon HTTP WebView is a PHP client that makes it easy to integrate the Canon Network Camera Protocol Spec., or HTTP WebView Protocol Specifications into your project.
Features
- Create a session, control the camera, and download images from Canon network 360 cameras.
- Tested using VB-C60 camera, but should also support VB-C500D/VD, VB-C300, VB-C50i/R, and VB-C50Fi/FSi.
- Example test script to demonstrate how to use the WVHttp client.
- Included original PDF of WebView Protocol Specifications for reference.
Installing
The recommended way to install canon-http-webview is through Composer.
Next, run the Composer command to install the latest stable version:
After installing, you need to require Composer's autoloader:
You can then later update using composer:
Shortcomings
- No event driven functionality, rely on sleep() calls.
- No video downloading capability (video.cgi).
- Old compatible commands not implemented.
- Thrown exceptions and user input validation could be implemented.
- panorama.cgi not implemented.
All versions of canon-http-webview with dependencies
PHP Build Version
Package Version
The package dhildreth/canon-http-webview contains the following files
Loading the files please wait ....