daitomanabe / ofxGL2Webcam

GL2Webcam addon
MIT License
48 stars 1 forks source link

Getting Errors & Plugin not showing up in the Teams #2

Open Raj123456788 opened 4 years ago

Raj123456788 commented 4 years ago

/Users/Downloads/ofxGL2Webcam-master/example/Project.xcconfig:6: could not find included file '../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig' in search paths

I can see all other plugins but GL2Webcam does not show up.

Raj123456788 commented 4 years ago

And how to send buffer from an external application to the plugin?

2bbb commented 4 years ago

let's put ofxGL2Webcam directory to /path/to/oF/addons or use ProjectGenerator.

Raj123456788 commented 4 years ago

I don't see any /path/to/oF/addons. Can you please give me more details? screenshot will help.

2bbb commented 4 years ago

do you know openframeworks?

Raj123456788 commented 4 years ago

I am new to Xcode. Please tell me what I need to do for it to compile? I don't have /path/to/oF/addons path on my pc

2bbb commented 4 years ago

ok, please read README!

Raj123456788 commented 4 years ago

Also, I am trying to send frames to CMIOMinimalSample.plugin. and I saw this post https://qiita.com/nariakiiwatani/items/b89c22fe710ee3d081dd. can you please help me how can I send frames? any documentation or help is appreciated. Thanks!

2bbb commented 4 years ago

again, do you know open frameworks? if not, please read README.

Raj123456788 commented 4 years ago

Can you atleast answer why plugin is not showing up in the QuickTime Player? I restarted the machine as well.

2bbb commented 4 years ago

maybe, this plugin needs to run this app to show up on your camera devices.

Raj123456788 commented 4 years ago

Launches the app but cannot select the application window? Still no plugin under quicktime. Please explain why you need tcpsockets(ZMQ)

2020-09-16 11:58:56.797305-0700 videoPlayerExampleDebug[45278:704996] Metal API Validation Enabled ATI Technologies Inc. AMD Radeon Pro 555X OpenGL Engine 2.1 ATI-3.8.24 GL2Webcam: Setting up OpenGL context... GL2Webcam: Initializing shaders... GL2Webcam: Initializing RGB->YUV conversion... GL2Webcam: Setting up ZMQ socket tcp://localhost:46664

2bbb commented 4 years ago

hmmm... would you tell me your version of macOS and model of Mac?

Raj123456788 commented 4 years ago

10.15.4

2bbb commented 4 years ago

could you check it on QuickTime Player?

Raj123456788 commented 4 years ago

I think I know the problem. The code you used for writing Plugin may overlap with the functionalities and addresses used with existing plugin

dimitre commented 4 years ago

Form me it works great with Quicktime and Zoom on 10.14 I've tested in 10.15 and it device appears in PhotoBooth too but doesn't show image. And device doesn't show up with browser based webcam (whereby, meets.google) Thanks for the great addon!

Raj123456788 commented 4 years ago

@2bbb: I need to understand how are you sending the data to the plugin and need to debug the plugin.

daitomanabe commented 4 years ago

@2bbb: I need to understand how are you sending the data to the plugin and need to debug the plugin.

The framework sends connection request and texture data to the plugin as ZeroMQ Socket.

Raj123456788 commented 4 years ago

Would like to see plugin code (whenever you are ready)to understand it completely. Thanks!

Raj123456788 commented 4 years ago
Screen Shot 2020-09-29 at 12 34 06 PM

What is the object ID for your plugin?

Raj123456788 commented 4 years ago

@dimitre : I am trying to test it on 10.15.4 but the plugin never shows up in quicktime. Can you tell me OS version? @2bbb : Let me know if you have tested it on 10.15.4