bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.4k stars 1.57k forks source link

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

Closed DearTan closed 6 months ago

DearTan commented 6 months ago

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

saudet commented 6 months ago

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

DearTan commented 6 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 6 months ago

What is the error message you are getting?

DearTan commented 6 months ago

What is the error message you are getting?

IDE development tool prompts: Cannot resolve symbol 'OpenGLFrameConverter'

saudet commented 6 months ago

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

saudet commented 6 months ago

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