Difference between revisions of "ROS CamShift"

From wikidb
Jump to: navigation, search
(For OpenCV 2)
Line 2: Line 2:
  
 
For NUC with Ubuntu 14.04 and OpenCV 2.4
 
For NUC with Ubuntu 14.04 and OpenCV 2.4
 +
 +
=== Listing ===
 +
 +
TBD
  
 
=== Build ===
 
=== Build ===
Line 14: Line 18:
 
   rosrun usb_cam usb_cam_node ~video_device "/dev/video0"   
 
   rosrun usb_cam usb_cam_node ~video_device "/dev/video0"   
 
   rosrun follow cam_shift_tracker
 
   rosrun follow cam_shift_tracker
 
  
 
== Old ==
 
== Old ==

Revision as of 11:19, 29 August 2015

For OpenCV 2

For NUC with Ubuntu 14.04 and OpenCV 2.4

Listing

TBD

Build

In /home/eepp/catkin_ws.

 catkin_make

Execute

 roscore
 rosrun usb_cam usb_cam_node ~video_device "/dev/video0"  
 rosrun follow cam_shift_tracker

Old

Listings

Based on /usr/share/doc/opencv-doc/examples/c/camshiftdemo.c. See CamShift.

Snapshot

ROSCamShift.jpg