You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
783 B
YAML
42 lines
783 B
YAML
name: v4l2onvif
|
|
version: git
|
|
summary: v4l2 ONVIF
|
|
description: |
|
|
* v4l2onvif :
|
|
read from a V4L2 capture device and write to a V4L2 output device
|
|
|
|
grade: stable
|
|
confinement: strict
|
|
base: core22
|
|
|
|
parts:
|
|
v4l2onvif:
|
|
plugin: make
|
|
make-parameters: ["-j1"]
|
|
source: .
|
|
source-type: git
|
|
build-packages:
|
|
- g++
|
|
- cmake
|
|
- pkg-config
|
|
- autoconf
|
|
- automake
|
|
- libtool
|
|
- gsoap
|
|
- libgsoap-dev
|
|
- libssl-dev
|
|
- zlib1g-dev
|
|
stage-packages:
|
|
- libgsoap-dev
|
|
- libssl-dev
|
|
|
|
apps:
|
|
server:
|
|
command: onvif-server.exe -H $http_port -P $rtsp_port -i $devices
|
|
daemon: simple
|
|
plugs: [network-bind, camera]
|
|
|
|
client:
|
|
command: onvif-client.exe
|
|
|