Saxon Nelson-Milton
3c8039b757
fixing go mod
2022-01-05 13:04:38 +10:30
Russell Stanley
5bffb7e964
Updated hyperparameter settings and function calls
2022-01-05 11:19:31 +10:30
Russell Stanley
e65a664a80
Updated experiment
2021-12-23 16:40:35 +10:30
Russell Stanley
86cdff0bb2
code cleanup as per comments on last commit
2021-12-21 15:33:21 +10:30
Russell Stanley
3ab081b991
Added experimental setup functionality
2021-12-21 12:13:05 +10:30
Russell Stanley
32cfb6c00f
Split files and improved implementation
2021-12-17 16:33:31 +10:30
Russell Stanley
8618ee2a44
Initial turbidity implementation
2021-12-15 14:25:14 +10:30
Saxon Nelson-Milton
eafc0179c3
cmd/rv/main.go: updating bitrate pin and using const
2021-09-20 18:11:25 +09:30
Dan Kortschak
7a265335f4
device/raspistill: remove impossible condition
2021-07-23 13:03:20 +09:30
Dan Kortschak
41084e324c
protocol/rtcp: fix format string
2021-07-23 13:03:19 +09:30
Dan Kortschak
2d37aa73dc
device/alsa: check error
2021-07-23 13:03:19 +09:30
Dan Kortschak
95991f4c75
device/alsa,revid: clarify type conditions and remove redundant condition
2021-07-23 13:03:19 +09:30
Dan Kortschak
60bfa3df4e
device: fix incorrect uses of MultiError and guard against misuse
2021-07-23 13:03:18 +09:30
Saxon Milton
e3c5d01a97
Merged in fix-config-variables (pull request #467 )
...
cmd/rv/main.go & revid/config/variables.go: rename Variables Type_ field to Type and comment Variables global.
Approved-by: Trek Hopton
Approved-by: kortschak
2021-07-22 03:48:29 +00:00
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
Trek Hopton
fa374128c5
Merged in err-check (pull request #459 )
...
revid: check mtsEnc errors and fix codec strings
Approved-by: Saxon Milton
2021-03-16 05:16:16 +00:00
Trek H
1a90a1dbda
revid: wrap error from mtsEnc with more info
2021-03-15 11:47:48 +10:30
Trek H
24a4a8d202
revid: make codec strings for vidgrind match av codecs
2021-03-15 11:26:41 +10:30
Trek H
bd76fc3449
revid: check the error returned from mtsEnc
2021-03-13 02:33:59 +10:30
Trek Hopton
cd3d2388d6
Merged in digital-volume (pull request #458 )
...
treatment: add support for digital volume control
Approved-by: Saxon Milton
2021-03-04 01:21:45 +00:00
Trek H
ccd9c7345c
treatment: addressing PR comments
2021-03-04 11:50:05 +10:30
Trek H
78cc2a6ca8
treatment: add support for digital volume control
2021-03-03 21:42:01 +10:30
Trek Hopton
e35b5d72ea
Merged in meta-str (pull request #457 )
...
mts, codecutils: string consts for metadata keys and codecs
Approved-by: Saxon Milton
2021-02-22 06:17:57 +00:00
Trek H
6d5cfb5337
meta: use specific metadata keys in tests, not main package
2021-02-22 16:45:11 +10:30
Trek H
fdf17f3a97
meta: add consts for metadata keys
2021-02-22 16:37:13 +10:30
Trek H
357cb196b9
mts: change meta const names eg. WriteRateStr to WriteRateKey
2021-02-22 16:17:36 +10:30
Trek H
3ec7201d9c
mts: updated tests to use metadata key string consts
2021-02-22 15:50:54 +10:30
Trek H
fb4c56d0fa
Merge branch 'master' into meta-str
2021-02-22 15:31:06 +10:30
Trek H
1b13582151
codecutil: commenting
2021-02-22 15:30:00 +10:30