Web-application Demo
You may run CamAdapter demo application in order to debug your own client software or just go get introduced with embedded web-application.
Demo application requires Node.js installed.
Run in a command line (sudo
may be required in some operating systems):
npm install -g camadapter-demo
After package installation just run:
camadapter-demo
Then open in browser: http://localhost:8123/
Please refer to camadapter-demo NPM package info for details.