bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.6k stars 1.59k forks source link

Which jar package needs to be introduced to use the OpenGLFrameConverter and GLFWFrameRenderer class? #2155

Closed DearTan closed 11 months ago

DearTan commented 11 months ago

If I want to use OpenGLFrameConverter and GLFWFrameRenderer class, which jar package needs to be introduced ?

saudet commented 11 months ago

The optional ones for JogAmp here: https://github.com/bytedeco/javacv/blob/1.5.9/pom.xml#L154-L165

DearTan commented 11 months ago

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 ???

saudet commented 11 months ago

What is the error message you are getting?

DearTan commented 11 months ago

What is the error message you are getting?

IDE development tool prompts: Cannot resolve symbol 'OpenGLFrameConverter'

saudet commented 11 months ago

That's problem with your IDE, not with JavaCV. Please report upstream

saudet commented 11 months ago

Actually, OpenGLFrameConverter doesn't exist. You probably want either OpenCVFrameConverter or GLCanvasFrame