Livera robot kit is an easy to build small size robot, by assembling and programming this robot you can develop a basic understanding of:
Robot mechanical drive mechanics and dynamics.
Coding for motors in dynamic situations.
Machine vision for tracking objects and colors.
Features:
720hd video and photo capturing & openCV enabled image processing
Image capturing and data recording onto the onboard SD card
Mobile observation and manipulation from our custom apps (web-based and native)
Visual enabled line follower, color sensing.
Small size easy to build
Pre-installed program with no software set up cost
Low battery consumption
Wi-Fi enabled wireless control
Programmable and open source.
Livera is a combination of Wi-Fi router, web cam, accelerometer, Arduino and Raspberry Pi, within a small board size.
Image Capturing
Livera is a great platform for image capturing and processing. You can simply get images or videos by writing code,
Arduino library with APIs within Arduino IDE
Web API, there is a CGI server we have built on which APIs like photo and video capturing, video downloads, camera resolution setting etc.
Cross compiles and run plain C program (adding node.js support) within Linux.
Or using the custom Web or android app
Using the native app or web app we've build for you by simply touch buttons.
Line tracking
This is an image capture and openCV line tracking app, we provide a C program which keep getting images (yuv format) from Livera, then using openCV api to detect the black line and draws down marks on the image, constantly updating and viewing the updated image through web interface.