Skip to content
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

Closed
tjFreerey opened this issue Mar 25, 2022 · 3 comments
Closed

gcc compilation error? #9

tjFreerey opened this issue Mar 25, 2022 · 3 comments

Comments

@tjFreerey
Copy link

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 via make playback. The file I get is completely useless and this error makes no sense to me whatsoever.

@CatKasha
Copy link

CatKasha commented Mar 26, 2022

Did you get any other errors? Like NumPy or OpenCV module is not installed for Python?
On Ubuntu make playback works fine for me and that gcc line is not error, its just output from make that shows what command is running right now
Try manually build playback:

python3 convert.py
xxd -i data > data.h
gcc -Wall -o playback playback.c

@tjFreerey
Copy link
Author

Did you get any other errors? Like NumPy or OpenCV module is not installed for Python? On Ubuntu make playback works fine for me and that gcc line is not error, its just output from make that shows what command is running right now Try manually build playback:

python3 convert.py
xxd -i data > data.h
gcc -Wall -o playback playback.c

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 videoToTextColor.py, this runs at the correct framerate.

@CatKasha
Copy link

As far i understand playback dint support colors
To fix render check this comment #8 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants