Skip to content

How to create a new SRC

Anselmo Battisti edited this page Sep 29, 2019 · 4 revisions

What is a SRC?

A SRC is a docker virtual machine that knows how to get the data from the device. By default we have 3 SRC preinstalled. They are:

  • Camera USB: comunciate with a USB camera as get the video "only"
  • RTSP Cãmera: comunciate with a camera thar share it's data via RTSP, video only
  • Video test: generate patterns of video sample test like "colored virtual bars", "show", "ball", etc.

Pattern Name

The names of all SRC and VMS needs to starts with alfa/src/<src_name> or alfa/plugin/<vms_name>

Where start?