Aravis is a glib/gobject based library for video acquisition using Genicam cameras. It currently implements the gigabit ethernet and USB3 (Since Aravis 0.5.x) protocols used by industrial cameras. It also provides a basic ethernet camera simulator and a simple video viewer. WWW: https://github.com/AravisProject/aravis PR: 215907 Submitted by: rozhuk.im@gmail.com
10 lines
226 B
Text
10 lines
226 B
Text
Aravis require broadcast to find devices.
|
|
|
|
Dont forget run:
|
|
# route add 255.255.255.255 -iface lan0
|
|
|
|
or add in rc.conf
|
|
static_routes="bcast:lan0"
|
|
route_bcast="255.255.255.255 -iface lan0"
|
|
|
|
where lan0 - network interface name.
|