cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Public Member Functions | |
def | __init__ (self) |
def | start (self) |
def | stop (self) |
def | update (self) |
def | elapsed (self) |
def | fps (self) |
Definition at line 68 of file test_harris_numpi_video_threaded.py.
def test_harris_numpi_video_threaded.FPS.__init__ | ( | self | ) |
Definition at line 69 of file test_harris_numpi_video_threaded.py.
def test_harris_numpi_video_threaded.FPS.elapsed | ( | self | ) |
Definition at line 86 of file test_harris_numpi_video_threaded.py.
def test_harris_numpi_video_threaded.FPS.fps | ( | self | ) |
Definition at line 90 of file test_harris_numpi_video_threaded.py.
def test_harris_numpi_video_threaded.FPS.start | ( | self | ) |
Definition at line 75 of file test_harris_numpi_video_threaded.py.
def test_harris_numpi_video_threaded.FPS.stop | ( | self | ) |
Definition at line 79 of file test_harris_numpi_video_threaded.py.
def test_harris_numpi_video_threaded.FPS.update | ( | self | ) |
Definition at line 82 of file test_harris_numpi_video_threaded.py.