Skip to content

Simulation of a webcam as a camera from the Intelligent Space

Notifications You must be signed in to change notification settings

hsneto/is-webcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-webcam

Prepare environment

In order to send/receive messages an amqp broker is necessary, to create one simply run:

docker container run -d --rm -p 5672:5672 -p 15672:15672 rabbitmq:3.7.6-management

Publishing the default camera:

docker container run --rm -d \
  --device=/dev/video0 \
  --memory=60M \
  --network=host \
  --name is-webcam \
    hsneto/is-webcam:1.2 \
    python3 stream.py

Publishing another webcam:

docker container run --rm -d \
  --device=/dev/video1 \
  --memory=60M \
  --network=host \
  --name is-webcam \
    hsneto/is-webcam:1.2 \
    python3 stream.py --device 1

About

Simulation of a webcam as a camera from the Intelligent Space

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published