Skip to content

Commit

Permalink
Merge pull request #2969 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
opencv_grabber: Remove use of highgui include
  • Loading branch information
randaz81 authored May 29, 2023
2 parents 5967e92 + 67b0782 commit ee5f948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/devices/opencv/OpenCVGrabber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@

#include <cstring> // memcpy

#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/videoio/videoio.hpp>
#include <opencv2/core/mat.hpp>
#include <opencv2/imgproc.hpp>


using yarp::dev::DeviceDriver;
Expand Down
2 changes: 1 addition & 1 deletion src/devices/opencv/OpenCVGrabber.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <yarp/os/Stamp.h>
#include <yarp/dev/IPreciselyTimed.h>

#include <opencv2/highgui/highgui.hpp>
#include <opencv2/videoio.hpp>

/**
* @ingroup dev_impl_media
Expand Down

0 comments on commit ee5f948

Please sign in to comment.