Commit Graph

4150 Commits

Author SHA1 Message Date
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
Trek Hopton 2e16ca3b59 Merged in jpeg-rate (pull request #456)
revid: add rate using timelapse interval for JPEG

Approved-by: Saxon Milton
2021-02-22 04:59:04 +00:00
Trek H 778a19f939 codecutil, revid: made codecs represented as strings, updated where used 2021-02-22 15:15:30 +10:30
Trek H 9211ae4338 codecutil, revid: make codec a type and make const strings for metadata keys 2021-02-22 14:16:41 +10:30
Trek H 2d75692e70 Merge branch 'master' into jpeg-rate 2021-02-22 12:06:21 +10:30
Trek H 9589719fb6 revid: add rate using timelapse interval for JPEG 2021-02-22 11:45:48 +10:30
Trek Hopton 875cc196f5 Merged in meta-write (pull request #455)
Meta write

Approved-by: Saxon Milton
2021-02-22 00:35:43 +00:00
Trek H bbd779d28e revid: update tests to include writeRate metadata 2021-02-17 10:35:48 +10:30
Trek H 8529caacca revid: put writeRate into metadata for mts 2021-02-16 14:57:47 +10:30
Trek Hopton df614092d2 Merged in audiopath (pull request #453)
treatment: make audio file path configurable

Approved-by: Saxon Milton
2021-02-15 04:47:29 +00:00
Trek H d14766d512 treatment: use levelled logging functions 2021-02-15 11:03:37 +10:30
Trek H 594d1c4f5c Merge branch 'master' into audiopath 2021-02-15 10:55:06 +10:30
Trek Hopton 55582c336d Merged in timecheck (pull request #454)
revid: only set clock from server if it hasn't already been set.

Approved-by: Saxon Milton
2021-02-15 00:23:37 +00:00
Trek H 86c9e4d0a9 revid: improve logging 2021-02-15 10:52:19 +10:30
Trek H 26bb498917 revid: remove print statement 2021-02-11 13:35:11 +10:30
Trek H e3f8af1e78 treatment: restart audio when path changed 2021-02-11 13:25:04 +10:30
Trek H 0f9b06b266 revid: only set local clock if it hasn't already been set 2021-02-11 09:58:05 +10:30
Trek H 8b4e28a944 treatment: create and check audiofilepath variable 2021-02-11 09:53:35 +10:30
Saxon Milton 51c489946a Merged in raspistill-test-imp-fix (pull request #452)
device/raspistill & revid & container/mts: fixed issues with raspistill test implementations and made slight logging improvements in mts encoder and revid.

Approved-by: Harry Telford
2021-02-03 02:22:02 +00:00
Saxon Nelson-Milton fa4713f8fd device/raspistill & revid & container/mts: fixed issues with raspistill test implementations and made slight logging improvements in mts encoder and revid. 2021-02-03 12:17:23 +10:30
Saxon Nelson-Milton d096434e1e device/raspistill/imp_testing.go: correct test image path 2021-02-02 12:18:09 +10:30
Saxon Milton 2905990cc6 Merged in raspistill-revid (pull request #451)
revid & device/raspistill & container/mts: integrating device/raspistill functionality into revid

Approved-by: Trek Hopton
2021-01-29 00:49:20 +00:00
Saxon Nelson-Milton 0148c89c7b container/mts/encoder.go & revid: adressing PR feedback 1 2021-01-29 11:18:19 +10:30
Saxon Nelson-Milton b077752462 revid & device/raspistill & container/mts: integrating device/raspistill functionality into revid 2021-01-27 16:49:17 +10:30
Saxon Milton 9db5e7acb3 Merged in raspistill (pull request #449)
device: add raspistill package housing release and testing implementations

Approved-by: Trek Hopton
2021-01-27 03:19:39 +00:00
Saxon Nelson-Milton c18e263d95 device/raspistill & revid/config: PR problem fixes run 1 2021-01-27 13:46:56 +10:30
Saxon Nelson-Milton 8a792099a5 device/raspistill/imp_release.go: improve error checking routine and removed unused const 2021-01-21 13:14:58 +10:30
Saxon Nelson-Milton 45c019a062 device: add raspistill package housing release and testing implementations 2021-01-20 14:33:47 +10:30
Saxon Milton 60187c797d Merged in pipeline-test (pull request #448)
revid: renamed revid_test.go to pipeline_test.go
2021-01-20 01:01:15 +00:00
Saxon Nelson-Milton 300eac81ce revid: renamed revid_test.go to pipeline_test.go 2021-01-20 11:27:41 +10:30
Saxon Nelson-Milton 698ed75dbc codec: removed mjpeg/testdata 2021-01-18 15:59:13 +10:30
Saxon Milton 80746f9a03 Merged in mjpeg-to-jpeg (pull request #446)
codec: renmaed mjpeg package to jpeg and alter terminology throughout av repo to use mjpeg and jpeg terms appropriately.

Approved-by: Trek Hopton
2021-01-18 05:27:04 +00:00