Microservice part to manage camera
Go to file
2022-01-03 19:15:51 +01:00
.github/workflows
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
.sonarcloud.properties
build-docker.sh chore: bump to opencv 4.5.5 2022-01-02 23:17:01 +01:00
Dockerfile
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
Makefile
README.md

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