Changes between Version 2 and Version 3 of PacpusSensors/OpencvVideo
- Timestamp:
- Apr 8, 2016, 1:27:19 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacpusSensors/OpencvVideo
v2 v3 1 1 [[PageOutline(1-10,Contents)]] 2 2 3 = CanGatewayplugin =3 = OpencvVideo plugin = 4 4 5 5 == Goal == 6 6 7 The CanGateway plugin is in charge of interfacing a CAN bus and it manages the CAN card.7 The OpencvVideo plugin is in charge of capturing a video with a webcam on linux. 8 8 9 9 == Driver installation == … … 47 47 48 48 49 We can also use build_linux.sh to compile 50 {{{ 51 #!sh 52 $ cd trunk/build/ # first go into the build folder 53 $ ./build_linux.sh 54 }}} 55 56 49 57 = Execution = 50 58 … … 52 60 53 61 == XML configuration == 54 55 Put an example xml file.56 62 57 63 <?xml version="1.0" encoding="ISO-8859-1"?>