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 73 of file test_sobel_numpi_video_threaded.py.
def test_sobel_numpi_video_threaded.FPS.__init__ | ( | self | ) |
Definition at line 74 of file test_sobel_numpi_video_threaded.py.
def test_sobel_numpi_video_threaded.FPS.elapsed | ( | self | ) |
Definition at line 91 of file test_sobel_numpi_video_threaded.py.
def test_sobel_numpi_video_threaded.FPS.fps | ( | self | ) |
Definition at line 95 of file test_sobel_numpi_video_threaded.py.
def test_sobel_numpi_video_threaded.FPS.start | ( | self | ) |
Definition at line 80 of file test_sobel_numpi_video_threaded.py.
def test_sobel_numpi_video_threaded.FPS.stop | ( | self | ) |
Definition at line 84 of file test_sobel_numpi_video_threaded.py.
def test_sobel_numpi_video_threaded.FPS.update | ( | self | ) |
Definition at line 87 of file test_sobel_numpi_video_threaded.py.