ros-perception / opencv_apps

http://wiki.ros.org/opencv_apps
64 stars 70 forks source link

Error when running face_detection.launch on ros #134

Open qibo02 opened 2 years ago

qibo02 commented 2 years ago

Hi can someone help me about this error?. Im running opencv in ros and got this issue when roslaunch for face_detection.launch. Screenshot from 2022-04-23 16-42-02 Screenshot from 2022-04-23 16-42-09

k-okada commented 2 years ago

On noetic, you have to call with following arguments

use_opencv3:=true use_opencv4:=true

https://github.com/ros-perception/opencv_apps/blob/e31398671420fd0bc2ab663c4f7ae9aa2a5e209c/test/CMakeLists.txt#L68-L70