Commit Graph

4145 Commits

Author SHA1 Message Date
Russell Stanley 3614d5c2cc Read h264 frame into a byte slice 2022-02-01 16:25:42 +10:30
Russell Stanley 7da2097cf9 added testing file and began write implementation 2022-02-01 16:25:42 +10:30
Russell Stanley 0c6d9d0132 setup ticker 2022-02-01 16:25:42 +10:30
Saxon Nelson-Milton bdb44214a1 rv & revid/{revid.go, pipeline.go}: added probe component to revid and wrote skeleton of probe implementation for turbdidity sensing in rv 2022-02-01 16:25:42 +10:30
Trek H a0867331cb alsa: log number of bytes read 2022-02-01 14:13:25 +10:30
Trek H be35600571 alsa: check and handle common errors with pool buffer 2022-01-27 11:50:45 +10:30
Russell Stanley 8bfebec9df added additional comments 2022-01-13 16:09:53 +10:30
Russell Stanley 556efa7f00 added gonum stat library, moved plotResults to test file 2022-01-13 16:09:53 +10:30
Russell Stanley 33b90145f7 add standard deviation function 2022-01-13 16:09:53 +10:30
Russell Stanley 3c97e02b19 resolve sharpness/saturation terminology issue, updated package names and code cleanup 2022-01-13 16:09:53 +10:30
Russell Stanley 77c803e4bd improved corner detection in transform function, fixed some comments 2022-01-13 16:08:51 +10:30
Russell Stanley 2ec62db850 code cleanup 2022-01-13 16:08:41 +10:30
Saxon Nelson-Milton d1d5bac03a fixing go mod 2022-01-13 16:08:02 +10:30
Russell Stanley d43b38471e Add description, author and license comment 2022-01-13 16:08:02 +10:30
Russell Stanley d74d0b81bc Updated hyperparameter settings and function calls 2022-01-13 16:08:02 +10:30
Russell Stanley ef88902241 Fixed range issues with gocv 2022-01-13 16:08:02 +10:30
Russell Stanley f87dee289f Updated experiment 2022-01-13 16:08:02 +10:30
Saxon Nelson-Milton 156dc40ee1 turbidity files tagged for (not) nocv 2022-01-13 16:08:02 +10:30
Russell Stanley 6622c884ea code cleanup as per comments on last commit 2022-01-13 16:08:02 +10:30
Russell Stanley 32274f5022 Added experimental setup functionality 2022-01-13 16:08:02 +10:30
Russell Stanley d994e94678 Split files and improved implementation 2022-01-13 16:08:02 +10:30
Russell Stanley 613335918b Initial turbidity implementation 2022-01-13 16:08:02 +10:30
Saxon Nelson-Milton 36f1436645 cmd/rv/main.go: updating bitrate pin and using const 2022-01-13 16:08:02 +10:30
Dan Kortschak e9db8911c6 device/raspistill: remove impossible condition 2022-01-13 16:08:02 +10:30
Dan Kortschak 986c010d3b protocol/rtcp: fix format string 2022-01-13 16:08:02 +10:30
Dan Kortschak 5f4bcb61e0 device/alsa: check error 2022-01-13 16:08:02 +10:30
Dan Kortschak baef3c0585 device/alsa,revid: clarify type conditions and remove redundant condition 2022-01-13 16:08:02 +10:30
Dan Kortschak fd7113860b device: fix incorrect uses of MultiError and guard against misuse 2022-01-13 16:08:02 +10:30
Saxon Nelson-Milton 49aa588aae cmd/rv/main.go & revid/config/variables.go: rename Variables Type_ field to Type and comment Variables global. 2021-07-22 13:06:06 +09:30
Dan Kortschak 05a6b4435a
revid: rename KeyRB* and RB* to refer to pool
This also changes lexically significant strings in configuration text.
2021-05-17 11:18:44 +09:30
Dan Kortschak 7541015730
cmd/audio-netsender,device/alsa,revid: swap out ring buffer for pool buffer
Names of config fields have been left unchanged since they appear to be lexically
coupled to behaviour and so require greater care.
2021-05-17 11:15:38 +09:30
Dan Kortschak f27e4abdf8
ci,filter: simplify, generalise and document build constraints 2021-05-17 10:51:50 +09:30
Dan Kortschak 3c7828599c
cmd/looper: simplify build constraints and document crippled build artifact 2021-05-17 10:49:20 +09:30
Dan Kortschak a7b97b0b1b
filter: fix import ordering 2021-05-17 10:46:53 +09:30
Saxon Nelson-Milton 0307aa3fc2 edited README.md file details regarding GNU license 2021-04-13 16:39:54 +09:30
Saxon Nelson-Milton 319d9a661b removed replaced Readme.md 2021-04-12 14:34:06 +09:30
Saxon Milton 7da843531e Merged in readme-top (pull request #465)
added README.md files to top level packages

Approved-by: kortschak
2021-04-11 03:33:50 +00:00
Saxon Milton 81fa0a276c Merged in parse-int (pull request #463)
revid/config/variables.go: created parseInt helper and using ParseUint in parseUint helper

Approved-by: Alan Noble
Approved-by: kortschak
2021-04-11 01:53:03 +00:00
Saxon Nelson-Milton ba7c76c2fc revid/config/variables.go: created parseInt helper and using ParseUint in parseUint helper 2021-04-11 11:22:17 +09:30
Saxon Nelson-Milton 7b00f00e16 added README.md files to top level packages 2021-04-11 11:19:37 +09:30
Trek Hopton 1292c34d47 Merged in rm-gotsfunc (pull request #464)
mts: remove gots packet conversion func, moved to iotsvc for local use
2021-04-08 08:32:43 +00:00
Trek H 98e925b23b mts: remove gots packet conversion func, moved to iotsvc for local use 2021-04-08 17:58:49 +09:30
Trek Hopton 44b693f005 Merged in packet-conv (pull request #462)
mts: added function for converting byte slice to Packet to use comcast/gots code

Approved-by: kortschak
2021-03-31 10:32:06 +00:00
Trek H 624bf79a6e mts: expand on comment 2021-03-31 21:00:00 +10:30
Trek H a8e65bfa7b mts: updated authors 2021-03-31 20:40:40 +10:30
Trek H 5dac5f952c mts: small style/syntax changes 2021-03-31 20:33:51 +10:30
Trek H ed40392bb5 mts: add function for converting byte slice to packet.Packet 2021-03-31 20:31:16 +10:30
Saxon Nelson-Milton 86e88c0f43 device/raspivid/raspivid.go: added missing exposure mode off to exposure modes list 2021-03-30 09:49:45 +01:00
Saxon Milton 88fb90f902 Merged in add-raspivid-params (pull request #460)
device/raspivid & revid/config: exposed more raspivid parameters, namely contrast, sharpness, exposure value, ISO and AWBGains

Approved-by: Trek Hopton
2021-03-30 04:51:22 +00:00
Saxon Nelson-Milton 8ad9ee5361 device/raspivid & revid/config: exposed more raspivid parameters, namely contrast, sharpness, exposure value, ISO and AWBGains 2021-03-30 15:19:57 +10:30