Skip to content

Plugins to connect zcm traffic to gstreamer pipelines

License

Notifications You must be signed in to change notification settings

denisyuji/zcm-gstreamer-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Docker image

To build the Docker image:

$ docker build -t zcm-test-gst .

Running a container based on the image

To execute thecontainer, use bind mount to share files and directory between the host PC and the Docker container file system:

$ docker run -it --rm --name zcm-container -v /path/to/output/directory:/root/output -v /path/to/00245.images_only.trimmed.log:/log/zcmlog.log zcm-test-gst

After starting the container, press ENTER to start the gstreamer pipeline. The .jpg files will be available on the output directory bind mounted.

About

Plugins to connect zcm traffic to gstreamer pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.1%
  • Makefile 5.4%
  • Python 5.1%
  • Dockerfile 2.2%
  • Shell 0.2%