Open Raj123456788 opened 4 years ago
And how to send buffer from an external application to the plugin?
let's put ofxGL2Webcam
directory to /path/to/oF/addons
or use ProjectGenerator.
I don't see any /path/to/oF/addons. Can you please give me more details? screenshot will help.
do you know openframeworks?
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
ok, please read README!
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!
again, do you know open frameworks? if not, please read README.
Can you atleast answer why plugin is not showing up in the QuickTime Player? I restarted the machine as well.
maybe, this plugin needs to run this app to show up on your camera devices.
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
hmmm... would you tell me your version of macOS and model of Mac?
10.15.4
could you check it on QuickTime Player?
I think I know the problem. The code you used for writing Plugin may overlap with the functionalities and addresses used with existing plugin
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!
@2bbb: I need to understand how are you sending the data to the plugin and need to debug the plugin.
@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.
Would like to see plugin code (whenever you are ready)to understand it completely. Thanks!
What is the object ID for your plugin?
@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
/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.