-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 935 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: bRio
Type: Package
Title: Multicamera Timelapse Controller for Logitech Brio Webcams
Version: 0.1.0
Authors@R: c(
person("Simon", "Garnier", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3886-3974"))
)
Maintainer: Simon Garnier <[email protected]>
Description: The package provides a graphical user interface for generating
multi-camera timelapses with Logitech Brio webcams. The package currently
only works under Linux with Video4Linux installed.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
Imports:
shiny (>= 1.5.0),
shinyFiles (>= 0.8.0),
shinyjs (>= 2.0.0),
shinyWidgets (>= 0.5.4),
ROpenCVLite (>= 4.30.2),
Rvision (>= 0.4.0),
png (>= 0.1-7)
Remotes:
github::swarm-lab/ROpenCVLite,
github::swarm-lab/Rvision
URL: https://github.com/swarm-lab/bRio
BugReports: https://github.com/swarm-lab/bRio/issues