Microservice part to manage camera
Go to file
2020-01-28 23:31:04 +01:00
camera Reformat code 2020-01-28 23:30:38 +01:00
cmd/rc-camera rewrite module 2019-12-31 17:26:27 +01:00
vendor Generate frameId from timestamp and add creation date field 2020-01-03 17:42:16 +01:00
.gitignore First implementation 2019-12-19 00:08:07 +01:00
.sonarcloud.properties First implementation 2019-12-19 00:08:07 +01:00
Dockerfile Upgrade to opencv:4.2.0 2019-12-30 12:20:47 +01:00
go.mod Generate frameId from timestamp and add creation date field 2020-01-03 17:42:16 +01:00
go.sum Generate frameId from timestamp and add creation date field 2020-01-03 17:42:16 +01:00
LICENSE First implementation 2019-12-19 00:08:07 +01:00
Makefile Add makefile 2020-01-28 23:31:04 +01: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