f27c9823a1
The source code of the modified version of raspimjpeg used by the PlanktoScope is hosted [here](https://github.com/PlanktonPlanet/userland/tree/master/host_applications/linux/apps/raspicam). We moved away from picamera to improve the stability of the system. This commit should closes the elusive #51 and #54. After a lot of tests, it was clear that even a forked version of picamera was not going to solve our problem while also improving on our capturing speed. The modified version of RaspiMJPEG does that. RaspiMJPEG streams the image flux to /dev/shm/mjpeg/cam.jpg . This is passively reloaded by the streaming server (still written in python). RaspiMJPEG is controlled through a special file called a Pipe which is used to send it commands. The list is available [here](https://github.com/PlanktonPlanet/userland/tree/master/host_applications/linux/apps/raspicam/Config.md). The raspimjpeg binary is distributed directly in this repository, in the folder `scripts/raspimjpeg/bin/`. |
||
---|---|---|
.. | ||
assembly_guide | ||
readme | ||
assembly_guide.md | ||
changelog.md | ||
collection_devices.md | ||
create_sd.md | ||
easy_install.md | ||
edit_the_code.md | ||
edit_this_doc.md | ||
expert_setup.md | ||
license.md | ||
mqtt_messages.md | ||
README.md | ||
remote_access.md | ||
requirements.txt | ||
software_architecture.md |
Welcome to the PlanktoScope build and use documentation
You can find here more information about how to build your own PlanktoScope.
Setup
- How to setup your PlanktoScope the easy way
- How to setup your PlanktoScope the hard way (also known as the Expert's path)
- Some information about how to setup a remote access
Build your machine!
Usage
Under the hood:
- Software architecture
- MQTT Messages
- Create Master SD Card or backup your PlanktoScope
- How does the segmentation works (soon)
Changelog
Contribute
- Find out how to contribute to this documentation and help edit it
- Contribute to the code, here is the getting started