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

Error Message - missing 1 required positional argument #14

Open
zhoushijun opened this issue Apr 22, 2020 · 2 comments
Open

Error Message - missing 1 required positional argument #14

zhoushijun opened this issue Apr 22, 2020 · 2 comments
Assignees
Labels
type:support Support question or issue

Comments

@zhoushijun
Copy link

zhoushijun commented Apr 22, 2020

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'

@yvesboudreau
Copy link

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

@manoj7410
Copy link

@zhoushijun Were you able to fix this ?

@hjonnala hjonnala added the type:support Support question or issue label Aug 10, 2021
@hjonnala hjonnala assigned hjonnala and unassigned manoj7410 May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:support Support question or issue
Projects
None yet
Development

No branches or pull requests

4 participants