This repository was archived by the owner on Dec 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
2D image stream in golang #45
Draft
seanavery
wants to merge
1
commit into
viamrobotics:main
Choose a base branch
from
seanavery:gonary
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,149 @@ | ||
| module go.viam.com/canary | ||
|
|
||
| go 1.19 | ||
|
|
||
| require ( | ||
| github.com/edaniels/golog v0.0.0-20230215213219-28954395e8d0 | ||
| go.viam.com/rdk v0.2.49 | ||
| go.viam.com/utils v0.1.34 | ||
| gocv.io/x/gocv v0.32.1 | ||
| ) | ||
|
|
||
| require ( | ||
| cloud.google.com/go v0.110.0 // indirect | ||
| cloud.google.com/go/compute v1.19.0 // indirect | ||
| cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
| cloud.google.com/go/iam v0.13.0 // indirect | ||
| cloud.google.com/go/storage v1.30.1 // indirect | ||
| git.sr.ht/~sbinet/gg v0.3.1 // indirect | ||
| github.com/a8m/envsubst v1.4.2 // indirect | ||
| github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect | ||
| github.com/aybabtme/uniplot v0.0.0-20151203143629-039c559e5e7e // indirect | ||
| github.com/benbjohnson/clock v1.3.3 // indirect | ||
| github.com/bep/debounce v1.2.1 // indirect | ||
| github.com/blackjack/webcam v0.0.0-20230502173554-3b52e93e8607 // indirect | ||
| github.com/bufbuild/protocompile v0.5.1 // indirect | ||
| github.com/campoy/embedmd v1.0.0 // indirect | ||
| github.com/cenkalti/backoff v2.2.1+incompatible // indirect | ||
| github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
| github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect | ||
| github.com/disintegration/imaging v1.6.2 // indirect | ||
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/edaniels/gostream v0.0.0-20230509190834-366e3941adaa // indirect | ||
| github.com/edaniels/lidario v0.0.0-20220607182921-5879aa7b96dd // indirect | ||
| github.com/edaniels/zeroconf v1.0.10 // indirect | ||
| github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect | ||
| github.com/fogleman/gg v1.3.0 // indirect | ||
| github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
| github.com/fullstorydev/grpcurl v1.8.6 // indirect | ||
| github.com/gen2brain/malgo v0.11.10 // indirect | ||
| github.com/go-fonts/liberation v0.3.0 // indirect | ||
| github.com/go-gl/mathgl v1.0.0 // indirect | ||
| github.com/go-latex/latex v0.0.0-20230307184459-12ec69307ad9 // indirect | ||
| github.com/go-pdf/fpdf v0.6.0 // indirect | ||
| github.com/goccy/go-json v0.10.2 // indirect | ||
| github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
| github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
| github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect | ||
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
| github.com/golang/protobuf v1.5.3 // indirect | ||
| github.com/golang/snappy v0.0.4 // indirect | ||
| github.com/gonuts/binary v0.2.0 // indirect | ||
| github.com/google/go-cmp v0.5.9 // indirect | ||
| github.com/google/uuid v1.3.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.8.0 // indirect | ||
| github.com/gorilla/securecookie v1.1.1 // indirect | ||
| github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 // indirect | ||
| github.com/improbable-eng/grpc-web v0.15.0 // indirect | ||
| github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect | ||
| github.com/jhump/protoreflect v1.15.1 // indirect | ||
| github.com/kellydunn/golang-geo v0.7.0 // indirect | ||
| github.com/klauspost/compress v1.16.5 // indirect | ||
| github.com/kylelemons/go-gypsy v1.0.0 // indirect | ||
| github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect | ||
| github.com/lestrrat-go/blackmagic v1.0.1 // indirect | ||
| github.com/lestrrat-go/httpcc v1.0.1 // indirect | ||
| github.com/lestrrat-go/iter v1.0.2 // indirect | ||
| github.com/lestrrat-go/jwx v1.2.25 // indirect | ||
| github.com/lestrrat-go/option v1.0.1 // indirect | ||
| github.com/lib/pq v1.10.7 // indirect | ||
| github.com/lmittmann/ppm v1.0.2 // indirect | ||
| github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
| github.com/mattn/go-runewidth v0.0.14 // indirect | ||
| github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
| github.com/miekg/dns v1.1.53 // indirect | ||
| github.com/mitchellh/copystructure v1.2.0 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
| github.com/montanaflynn/stats v0.7.0 // indirect | ||
| github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762 // indirect | ||
| github.com/muesli/kmeans v0.3.1 // indirect | ||
| github.com/pion/datachannel v1.5.5 // indirect | ||
| github.com/pion/dtls/v2 v2.2.7 // indirect | ||
| github.com/pion/ice/v2 v2.3.4 // indirect | ||
| github.com/pion/interceptor v0.1.17 // indirect | ||
| github.com/pion/logging v0.2.2 // indirect | ||
| github.com/pion/mdns v0.0.8-0.20230502060824-17c664ea7d5c // indirect | ||
| github.com/pion/mediadevices v0.4.1-0.20230516182502-138499b52db1 // indirect | ||
| github.com/pion/randutil v0.1.0 // indirect | ||
| github.com/pion/rtcp v1.2.10 // indirect | ||
| github.com/pion/rtp v1.7.13 // indirect | ||
| github.com/pion/sctp v1.8.7 // indirect | ||
| github.com/pion/sdp/v3 v3.0.6 // indirect | ||
| github.com/pion/srtp/v2 v2.0.15 // indirect | ||
| github.com/pion/stun v0.5.2 // indirect | ||
| github.com/pion/transport/v2 v2.2.1 // indirect | ||
| github.com/pion/turn/v2 v2.1.0 // indirect | ||
| github.com/pion/webrtc/v3 v3.2.4 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/rivo/uniseg v0.4.4 // indirect | ||
| github.com/rs/cors v1.9.0 // indirect | ||
| github.com/sergi/go-diff v1.3.1 // indirect | ||
| github.com/smartystreets/assertions v1.13.0 // indirect | ||
| github.com/srikrsna/protoc-gen-gotag v0.6.2 // indirect | ||
| github.com/stretchr/testify v1.8.3 // indirect | ||
| github.com/viam-labs/go-libjpeg v0.3.1 // indirect | ||
| github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
| github.com/xdg-go/scram v1.1.2 // indirect | ||
| github.com/xdg-go/stringprep v1.0.4 // indirect | ||
| github.com/xfmoulet/qoi v0.2.0 // indirect | ||
| github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
| github.com/zitadel/oidc v1.13.4 // indirect | ||
| github.com/ziutek/mymysql v1.5.4 // indirect | ||
| go-hep.org/x/hep v0.32.1 // indirect | ||
| go.mongodb.org/mongo-driver v1.11.6 // indirect | ||
| go.opencensus.io v0.24.0 // indirect | ||
| go.uber.org/atomic v1.10.0 // indirect | ||
| go.uber.org/goleak v1.2.1 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.24.0 // indirect | ||
| go.viam.com/api v0.1.127 // indirect | ||
| go.viam.com/test v1.1.1-0.20220913152726-5da9916c08a2 // indirect | ||
| goji.io v2.0.2+incompatible // indirect | ||
| golang.org/x/crypto v0.9.0 // indirect | ||
| golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect | ||
| golang.org/x/image v0.7.0 // indirect | ||
| golang.org/x/mod v0.10.0 // indirect | ||
| golang.org/x/net v0.10.0 // indirect | ||
| golang.org/x/oauth2 v0.7.0 // indirect | ||
| golang.org/x/sync v0.1.0 // indirect | ||
| golang.org/x/sys v0.8.0 // indirect | ||
| golang.org/x/text v0.9.0 // indirect | ||
| golang.org/x/tools v0.8.0 // indirect | ||
| golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
| gonum.org/v1/gonum v0.12.0 // indirect | ||
| gonum.org/v1/plot v0.12.0 // indirect | ||
| google.golang.org/api v0.114.0 // indirect | ||
| google.golang.org/appengine v1.6.7 // indirect | ||
| google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
| google.golang.org/grpc v1.54.0 // indirect | ||
| google.golang.org/protobuf v1.30.0 // indirect | ||
| gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| nhooyr.io/websocket v1.8.7 // indirect | ||
| ) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to verify gocv plays nicely.
I followed rasbpian install instructions here:
https://github.com/hybridgroup/gocv
Includes hardware accelerated plugins for PI.