-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License ? #6
Comments
Hey Eric, I've added a GPLv3 LICENSE file.
Are you also measuring RAM / CPU usage inside the program itself, or just through an external system monitor? I would be interested in the following types of changes to glfw_webcam_image_process.c:
If you think your code does not fit into those, just push it somewhere and post link to it, I'm still curious.
I tried it out and it seems to work. How did it not work for you more precisely (error message / what is your OS / what did you see on bad shader). |
Hi, License is often a problem, and GPL is not good for me (I would have prefered LGPL at least, or better MIT), but nevermind, I'll rewrite everything I need. Waiting, and since you are interested, I'll attach the diff (don't forget to add -lGLEW in the makefile, at least on Linux), under MIT License, so you can reuse whatever you want in your code. The main changes are:
Please notice : the attached file has .txt extension, because github does not accept .diff directly. Don't forget to rename it. I forgot : I'm simply measuring the RAM / CPU load using an external monitor. No clear idea how to measure the GPU load yet ... Thanks again for your fast answer ! Regards, Below, the diff: |
Hello,
Thanks a lot for all the code sample you share. Just wondering : under which license is everything ? (more precisely : opengl/glfw_webcam_image_process.c file).
To tell you more, I played with opengl/glfw_webcam_image_process.c to horizontaly flip the captured image and I was wondering how to proceed in the case you are interested with the changes. Of course, I can attach a diff , but the code looks not that clean, sorry.
Thanks in advance!
--
ericb
The text was updated successfully, but these errors were encountered: