Microservice part to manage camera
Go to file
2022-01-03 19:15:51 +01:00
.github/workflows [CI/CD] Deploy github cicd 2020-09-06 14:50:45 +02:00
cmd/rc-camera refacto(log): configure log level 2022-01-03 19:15:51 +01:00
pkg/camera feat: publish region of interest to new mqtt topic 2021-11-01 11:59:22 +01:00
vendor build: upgrade base dependency 2021-10-12 23:42:54 +02:00
.gitignore Remove binary 2020-09-07 18:37:53 +02:00
.sonarcloud.properties First implementation 2019-12-19 00:08:07 +01:00
build-docker.sh chore: bump to opencv 4.5.5 2022-01-02 23:17:01 +01:00
Dockerfile chore: bump opencv version to 4.5.3 2021-10-12 18:51:52 +02:00
go.mod build: upgrade base dependency 2021-10-12 23:42:54 +02:00
go.sum build: upgrade base dependency 2021-10-12 23:42:54 +02:00
LICENSE First implementation 2019-12-19 00:08:07 +01:00
Makefile Upgrade to go 1.14 2020-04-04 12:32:27 +02:00
README.md First implementation 2019-12-19 00:08:07 +01:00

robocar-camera

Microservice part to manage camera

Docker build

export DOCKER_CLI_EXPERIMENTAL=enabled
docker buildx build . --platform linux/amd64,linux/arm/7,linux/arm64 -t cyrilix/robocar-led