Romain Bazile
396c5623e9
segmenter: activate option to keep debug images
...
(cherry picked from commit 23e023d6c51a89992e0332aef843e59a180d0fac)
2021-06-18 11:24:59 +02:00
Romain Bazile
8732f8729f
segmenter: don't push to pipe if the pipe if full
...
(cherry picked from commit 1c5a94e605f7ab52efc6fb2b2fdeefdf2c4ab2e3)
2021-06-18 11:24:55 +02:00
Romain Bazile
36eccd43f2
segmenter: ecotaxa export, check that there are objects to export
...
(cherry picked from commit 31b8c83aa6f0db59c64a62f4caf73cf3974da4f6)
2021-06-18 11:24:51 +02:00
Romain Bazile
86c322ccbe
display: fix the shutdown message line break
...
(cherry picked from commit 1d8a599975ef244db0e0533adfc2963ae105e513)
2021-06-18 11:24:47 +02:00
Romain Bazile
3550dcf362
usb_backup: update rsync flags to improve speed
...
(cherry picked from commit 3c4e34f4e132dfebb74d77f089fca5f323e88eed)
2021-06-18 11:24:42 +02:00
Romain Bazile
07a808aa04
error.svg addition
...
(cherry picked from commit f5dfaf5662dd10f2126af5b4db1d54c517af4fa6)
2021-06-18 11:24:09 +02:00
Romain Bazile
bf8cfc73f8
remove old segmenter file
...
(cherry picked from commit d92b067dea1721e16922ec22f53c5e5e3b916cf3)
2021-06-18 11:24:00 +02:00
Romain Bazile
a16e807072
display: change shutdown message
...
(cherry picked from commit ce0f23d0904c741effafaa86ee01f3503fb610d8)
2021-06-18 11:23:26 +02:00
Romain Bazile
f5d7d8aa6a
update: update numpy
...
(cherry picked from commit ac39d19139a122f525a1528fb98035886977df03)
2021-06-18 11:23:20 +02:00
Romain Bazile
fedb4a0f09
segmenter: working again!
...
(cherry picked from commit 6e0358ede1fd9dc302f962b08e4aa73420b296da)
2021-06-18 11:23:07 +02:00
Romain Bazile
de3a1ff7ce
display: fix bug on shutdown
...
(cherry picked from commit 08b3563724adea4e4802e671f4733a7958f8345c)
2021-06-18 11:21:47 +02:00
Romain Bazile
7ad48da054
imager: move and split into submodules
...
(cherry picked from commit 0716f25fb7b78140ed1960445810557ad9e6840c)
2021-06-18 11:21:35 +02:00
Romain Bazile
24aeee4c46
segmenter: first pass, not really working as intended
...
(cherry picked from commit e4d7843a35c0c50875bb1e0fe3d29ad3551105e5)
2021-06-18 11:19:58 +02:00
Romain Bazile
aa21393320
update: add pip package upgrade
2021-05-11 02:31:51 +02:00
Romain Bazile
8eb2bd011c
display: improve shutdown message
2021-05-11 01:44:49 +02:00
Romain Bazile
6c580b0de1
update: changes to install new modules
2021-05-11 01:44:12 +02:00
Romain Bazile
c6ed5bcf6e
display: log handling improved
2021-05-11 01:36:00 +02:00
Romain Bazile
3840b15d7d
imager: add proper handling of startup exceptions
2021-05-11 01:35:30 +02:00
Romain Bazile
1da571bfef
raspimjpeg: force restart of process if no communication
2021-05-11 01:34:58 +02:00
Romain Bazile
ffae24f8d6
imager: replace uuidName by uuid
2021-02-27 10:32:05 +01:00
Romain Bazile
b69e088f41
scripts: add new module boilerplate
2021-02-27 10:32:00 +01:00
Romain Bazile
6d9d74e949
uuidName: add uuidMachine
2021-02-27 10:31:01 +01:00
Romain Bazile
2b5c5a1d7e
imager: proper fix for indent and clean resolution export
2021-01-15 12:47:26 +01:00
Romain Bazile
76b92467df
Revert "imager.py: fix indent"
...
This reverts commit abaec6232c
.
2021-01-15 12:41:45 +01:00
Romain Bazile
abaec6232c
imager.py: fix indent
2021-01-15 12:36:21 +01:00
Romain Bazile
3d1c13a70e
update.sh: remove special content
2021-01-14 17:04:02 +01:00
Romain Bazile
0bdb95b607
light: fix typo
...
imager: format metadata.json
2020-12-17 17:33:42 +01:00
Romain Bazile
7f2d4ca430
display: module rewrite
2020-12-16 14:02:52 +01:00
Romain Bazile
d9550c777b
light: the return of i2cdetect to sync messages
2020-12-16 13:58:10 +01:00
Romain Bazile
cf2f15594d
python: better imaging management of the raspimjpeg process
2020-12-16 13:11:35 +01:00
Romain Bazile
b3703388c7
stepper: fix whitespace error
2020-12-15 19:10:08 +01:00
Romain Bazile
f8dc86db88
imager: fix on image delay
2020-12-15 17:33:48 +01:00
Romain Bazile
dd77155c94
stepper: improve speed
2020-12-15 16:44:47 +01:00
Romain Bazile
f801d74c0e
imager: bugfix for wrong message received
...
If we stop the imager when the pump is still running, we were removing the callback treating the messages from the pump.
The effect is that if a status message has already been sent by the pump, the imager would parse the message with its normal code. So yeah, not nice.
I've now integrated all message treatment in one function, and pump_callback disappeared!
2020-12-15 16:44:01 +01:00
Romain Bazile
87fb866942
integrity: typo in error message
2020-12-15 16:08:15 +01:00
Romain Bazile
f55182d79c
raspimjpeg: remove unnecessary scripts
2020-12-08 17:31:23 +01:00
Romain Bazile
fde4b166d4
segmenter: remove description from metadata
2020-12-08 16:52:50 +01:00
Romain Bazile
dfdcf66be5
raspimjpeg: replace FIFO location
2020-12-08 16:52:22 +01:00
Romain Bazile
9852c3c469
imager: remove spaces in path
2020-12-08 16:51:55 +01:00
Romain Bazile
5312f37906
gallery: add all local files
2020-12-05 13:28:33 +01:00
Romain Bazile
ede52d59db
double all i2c calls and change nginx config in update script
2020-12-05 11:39:49 +01:00
Romain Bazile
6ce27f177d
hardware.json: add wb gain settings
2020-12-05 03:22:47 +01:00
Romain Bazile
849d6188fd
rename nginx template file
2020-12-05 03:13:01 +01:00
Romain Bazile
69b8782fb4
flow: icon of monitoring tab and update nginx config
2020-12-05 03:04:46 +01:00
Romain Bazile
7cc9aa4845
stepper: solve bug if flowrate is 0
2020-12-05 02:59:52 +01:00
Romain Bazile
1faf91ff51
Remove thumbsup and replace by simple nginx autoindex
2020-12-05 02:22:20 +01:00
Romain Bazile
93a7b5658d
update: another typo, time to stop and go home
2020-12-03 18:07:50 +01:00
Romain Bazile
bb8b3225d9
update: fix major fuckup
2020-12-03 18:00:40 +01:00
Romain Bazile
ae13f07f45
fix typos
2020-12-03 17:28:54 +01:00
Romain Bazile
b3d417e3b9
imager bug if object_date is not set
2020-12-03 16:45:01 +01:00