Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit e3e1895

Browse files
authored
Update README.md
1 parent 63aeb46 commit e3e1895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To run this microservice using our pre-built Docker multi-arch images to open
4242
a Video4Linux-supported camera, simply start it as follows:
4343

4444
```
45-
docker run --rm -ti --init --ipc=host -v /tmp:/tmp -e DISPLAY=$DISPLAY --device /dev/video0 chalmersrevere/opendlv-device-camera-v4l-multi:v0.0.3 --camera=/dev/video0 --width=640 --height=480 --freq=20 --verbose
45+
docker run --rm -ti --init --ipc=host -v /tmp:/tmp -e DISPLAY=$DISPLAY --device /dev/video0 chalmersrevere/opendlv-device-camera-v4l-multi:v0.0.4 --camera=/dev/video0 --width=640 --height=480 --freq=20 --verbose
4646
```
4747

4848
## Build from sources on the example of Ubuntu 16.04 LTS

0 commit comments

Comments
 (0)