vstadnytskyi / lcp-flir

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

TypeError: get_fps() takes 0 positional arguments but 1 was given #6

Open vstadnytskyi-FDA opened 2 years ago

vstadnytskyi-FDA commented 2 years ago

There is probably a typo in the get_fps function and 'self' is not submitted as an input

TypeError: get_fps() takes 0 positional arguments but 1 was given

In [73]: camera.get_fps()
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Input In [73], in <module>
----> 1 camera.get_fps()

TypeError: get_fps() takes 0 positional arguments but 1 was given