Introduction: Linkit One - Webserver Dashboard & Webcam
Plug in the GPS and WiFi antennas and battery!
The Grove Serial Camera is optional.
Step 1: Compile and Dashboard
Install my library wrappers!
https://github.com/swampyness/wrappers_linkit
Copy and paste my dashboard code!
https://github.com/swampyness/linkit_apps/tree/mas...
Compile, run and open the modem port to debug and note the I.P. address given!
Web browse to the I.P. address and to view the dashboard webpage!
This initial version of the dashboard is currently a simple diagnostics interface.
Step 2: Webcam Capture
Click on the serial camera URL on the dashboard to start capturing! (You may need to refresh on the first try.)
Currently it is set 640x480 and lucky to get 1fps. The feed is direct and so no storage data file is saved or required. The image file is JPG and so it needs to be converted to a bitmap for analysis. I suggest to using the Raspberry Pi to convert and process the image for now.
Comments