Video Capture
Starting Video Capture
Run the microservice:
Attention! Before starting this microservice, the command below silently stops and removes the Docker container named
uvap_vc
, if such already exists.$ "${UVAP_HOME}"/scripts/run_vc.sh -- --net=uvap
The output of the above command contains the following:
- Information about pulling the required Docker image
- The ID of the Docker container created
- The name of the Docker container created:
uvap_vc
There are more optional parameters for the
run_vc.sh
script to override defaults. Use the--help
parameter to get more details.Wait for approximately 30 seconds, then check if the containers are still running:
$ docker container inspect --format '{{.State.Status}}' uvap_vc
Expected output:
running
Check if the Kafka topics are created:
$ docker exec kafka kafka-topics --list --zookeeper zookeeper:2181
Expected output:
base.cam.0.vc.Packet.upw base.cam.1.vc.Packet.upw