A educational project for remotely operated vehicles
Project description
Stream camera feed from a Raspberry Pi camera to any web browser on the network. Control the robot with your keyboard directly in the browser.
The eduROV project is all about spreading the joy of technology and learning. The eduROV is being developed as a DIY ROV kit meant to be affordable and usable by schools, hobbyists, researchers and others as they see fit. We are committed to be fully open-source, both software and hardware-wise, everything we develop will be available to you. Using other open-source and or open-access tools and platforms.
- GitHub:
- PyPI:
- Documentation:
- Engage eduROV:
Main features
Low video latency
You can stream HD video from the Raspberry Pi camera to any unit on the same network with a video delay below 200ms.
No setup required
The package works by displaying the video feed and other content in a web browser. This means that you can use any device to display your interface.
Very easy to use
With the exception of Pyro4 (which is installed automatically), edurov doesn’t require any other packages or software. Everything is written in python and html. 4 lines of code is everything needed to get started!
Highly customizable
Since you define the html page yourself, you can make it look and work exactly the way you want. Use css and javascript as much as you want.
True parallelism
Need to control motors, read sensor values and display video feed at the same time? edurov can spawn your functions on multiple CPU cores while still maintaining the possibility to share variables.
Prerequisites
eduROV requires python 3, if you don’t have python installed, you can download it here: https://www.python.org/downloads/
the camera on the raspberry pi has to be enabled, see https://www.raspberrypi.org/documentation/configuration/camera.md
Installation
Run the following commands in a terminal on the Raspberry Pi.:
sudo pip3 install edurov
For a more in depth description visit the official documentation.
Usage
Engage eduROV submersible
On the Raspberry Pi, run the following command:
edurov-web
This will start the web server and print the ip where the web page can be viewed, e.g. Visit the webpage at 192.168.0.197:8000.
Create your own
The eduROV package includes multiple classes and functions to facilitate easy robot communication with video feed. It will get you up and running in a matter of minutes. Visit the official documentation for a getting started, examples and API.
Performance
The eduROV package were created with a strong focus on keeping the latency at a minimum. When deploying on a wireless network the actual performance will vary depending on factors such as distance, interference and hardware.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file edurov-0.0.5.tar.gz
.
File metadata
- Download URL: edurov-0.0.5.tar.gz
- Upload date:
- Size: 57.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abb620955633d2761ddf1b2b1d3e40534755f9739c305e8f18328204d1332814 |
|
MD5 | 161f51900c82e3a9f7d4c297cb41d7f2 |
|
BLAKE2b-256 | 1cec313fe4f09b3b0140c65bf4e8c59f0b39c1f1f92430a934a74ace5242b32b |
File details
Details for the file edurov-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: edurov-0.0.5-py3-none-any.whl
- Upload date:
- Size: 48.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee986c0f2e84e2d5e2c64a418bd23bf865013e8380ba101d720ac75c38c254b1 |
|
MD5 | 52790bbb5f0dc48214549bd2a705961a |
|
BLAKE2b-256 | 8b0f4df0a72c5245a0cfe3c8699d67ddc732c1154903a2b9dd14073aeb3a370d |