Commit graph

15 commits

Author SHA1 Message Date
Romain Bazile a11c6a3387 doc: typo in expert setup 2021-12-08 16:40:51 +01:00
Romain Bazile f2587876cb doc: fix overclock info 2021-10-18 14:02:31 +02:00
Romain Bazile 5d0c067eb6 doc: update expert setup 2021-10-18 11:56:36 +02:00
Romain Bazile b357bfa7dd documentation update 2021-09-06 18:59:11 +02:00
Romain Bazile cc9da579b1 doc: expert setup: add change of locale to date ISO format 2021-09-06 18:50:08 +02:00
Romain Bazile f79cc62a60 Doc: update Node-red starting dependency 2021-07-06 14:22:44 +02:00
Romain Bazile 44c3fd1f5e Setup: add config files and setup hotspot 2021-07-01 18:19:32 +02:00
Romain Bazile 5b28fb099e python3 function final fix 2021-07-01 16:25:16 +02:00
Romain Bazile b51347e5ee install smbus2 and properly start scripts with python3 2021-07-01 16:07:49 +02:00
Romain Bazile 7d02dfa27f Expert setup update and update script split 2021-07-01 15:56:15 +02:00
Romain Bazile f27c9823a1 Integration of raspimjpeg
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/`.
2020-11-16 17:53:23 +01:00
Romain Bazile 3a6ede512b doc: expert setup changes for more details 2020-10-21 21:25:59 +02:00
Romain Bazile b4c9e23905 Documentation update
Addition of ribbon assembly detail
Addition of sdcard creation guide
Update to the image
Make sure it's PlanktoScope everywhere
2020-10-14 13:06:03 +02:00
Romain Bazile d7712f87a2 Expert setup changes and main README changes 2020-10-07 12:25:50 +02:00
Romain Bazile d09b072145 Update to documentation to use RTD with mkdocs locally
Initial setup for Read The Doc using mkdocs to build the documentation.
Most of the doc still needs to be rewritten (Expert Setup is the only
part using MD for now).
2020-10-07 12:25:50 +02:00