Closed DearTan closed 11 months ago
The optional ones for JogAmp here: https://github.com/bytedeco/javacv/blob/1.5.9/pom.xml#L154-L165
The optional ones for JogAmp here: https://github.com/bytedeco/javacv/blob/1.5.9/pom.xml#L154-L165
But OpenGLFrameConverter and GLFWFrameRenderer class still cannot be found after introducing org.jogamp.gluegen.gluegen-rt-main and org.jogamp.jogl.jogl-all-main ???
What is the error message you are getting?
What is the error message you are getting?
IDE development tool prompts: Cannot resolve symbol 'OpenGLFrameConverter'
That's problem with your IDE, not with JavaCV. Please report upstream
Actually, OpenGLFrameConverter doesn't exist. You probably want either OpenCVFrameConverter or GLCanvasFrame
If I want to use OpenGLFrameConverter and GLFWFrameRenderer class, which jar package needs to be introduced ?