-
Notifications
You must be signed in to change notification settings - Fork 36
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
gcc compilation error? #9
Comments
Did you get any other errors? Like NumPy or OpenCV module is not installed for Python?
|
I didn't get any other errors during the process. When I manually build the playback like you did here, it works fine -- albeit there's no color and trying to change the resolution results in the video not rendering correctly. At least, unlike |
As far i understand playback dint support colors |
I haven't used gcc enough to understand what I'm looking at, but I keep getting a message that says
gcc -Wall -I../include -I ./include -L../lib -os -o playback playback.c
any time I try to make the playback file in Linux viamake playback
. The file I get is completely useless and this error makes no sense to me whatsoever.The text was updated successfully, but these errors were encountered: