-
Notifications
You must be signed in to change notification settings - Fork 213
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
Arduino Due Version Ready #18
Comments
That's good to know. Please make sure to include the latest version of SOD. A new version is to be released very shortly. Also, please insist on the dual licensing nature of SOD which require a commercial license for closed source code. |
The benchmarks arnt in yet but its probably really fast(i'll keep you posted). only the due version is ready and nano version on the way. I had not realized the dual licence only knew it was GPL. Being you have this ported to Arduino now you might want to consider modifying the licence for more permissive embedded because the monthly cost cant be incorporated into the product specially if discontinued. Also would I be able to get some kinda permissive pass without purchasing to distribute to 3rd party being a SOD developer too ? otherwise ide be rewriting/freelancing a new version or getting the customer to load the firmware themselfs ?. |
@tecan SOD license cannot be modified. Please refer to the licensing page at https://pixlab.io/sod for additional information. |
According to the official GPL FAQ:
So, if you use any kind of GPL software (dual-licensed or not) in a publicly distributed device, you would have to open source the code anyway. So, if you stick to the GPL license's requirements, there are no additional restrictions. The dual license simply provides a way to avoid these requirements by paying this wonderful company here a fee. P.S. @tecan Very interesting project by the way! P.S.S. I'm obviously not your lawyer, so this isn't legal advice. |
new filesystem changes ready for arduino, nano version next. |
Make sure to update to the latest version of SOD https://sod.pixlab.io/changelog.html |
i wonder if this can be updated to work with accelerometers and finding linear movement by detecting gravity changes. https://github.com/netpipe/HappyHands |
SOD works with raw RGB/BGR/Grayscale camera stream with built-in Hough lines detection implementation. So it should be no major issue implementing linear movement detection |
please link to or integrate https://github.com/tecan/Arduino-SOD.
The text was updated successfully, but these errors were encountered: