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

Rewrite pythonscript to C++ to make it faster. #27

Closed
NaifHagatulah opened this issue May 6, 2023 · 1 comment
Closed

Rewrite pythonscript to C++ to make it faster. #27

NaifHagatulah opened this issue May 6, 2023 · 1 comment
Assignees

Comments

@NaifHagatulah
Copy link
Collaborator

NaifHagatulah commented May 6, 2023

Rewrite the camera image taking script so it works faster and more efficient. Goal is to write this in C++ because opencv is a c++ lib.

@NaifHagatulah NaifHagatulah self-assigned this May 6, 2023
@NaifHagatulah NaifHagatulah changed the title Rewrite pythonscript to C to make it faster. Rewrite pythonscript to C++ to make it faster. May 6, 2023
@AdamTovatt
Copy link
Owner

Will close this as the problem this was meant to fix is probably not related to the implementation currently being in Python. There is something wrong with the hardware of the raspberry pi zero it is running on and while a C++ implementation would be nice it is not a priority since it (probably) works about as well in Python. The problem seems to have been resolved or at least improved by changing the clock frequency and voltage overloading of the cpu on the raspberry pi in question. See this thread: raspberrypi/linux#2555

@AdamTovatt AdamTovatt closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2023
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