We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
need fix this issue pls help
Traceback (most recent call last): File "/home/pi/project-teachable-sorter/Sorter/sorter.py", line 178, in on_new_frame(engine,mean,sliding_window,send_over_ws,cam_sockets) TypeError: on_new_frame() missing 1 required positional argument: 'cam_sockets'
The text was updated successfully, but these errors were encountered:
I beleive that you need to change line 178 to the following:
on_new_frame(cv2_im, engine, mean, sliding_window, send_over_ws, cam_sockets)
Still trying to make this work with opencv camera
Sorry, something went wrong.
@zhoushijun Were you able to fix this ?
hjonnala
No branches or pull requests
need fix this issue
pls help
The text was updated successfully, but these errors were encountered: