Ask Your Question
0

I installed Opencv3.4 but it does not recognize the call to the instruction: import org.opencv.highgui.VideoCapture. Mark error in VideoCapture

asked 2018-01-11 02:04:35 -0600

I installed Opencv3.4 but it does not recognize the call to the instruction: import org.opencv.highgui.VideoCapture. Mark error in VideoCapture

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-01-11 02:19:48 -0600

berak gravatar image

updated 2018-01-11 02:21:00 -0600

since 3.0, the functions for image reading and video were moved to seperate other modules:

imread() and friends are in imgcodecs

the videocapture is in videoio , not in highgui

(your code / docs might be outdated)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-01-11 02:04:35 -0600

Seen: 497 times

Last updated: Jan 11 '18