issues
search
Adjective-Object
/
first-order-motion-tk
MIT License
1
stars
1
forks
source link
Wrap camera in manager to avoid redundant reads and allocations
#15
Open
Adjective-Object
opened
3 years ago
Adjective-Object
commented
3 years ago
Wrap the camera in a manager that
only fetches from the video source once per frame loop. Cut down on redundant thread-blocking activity.
fetches into a statically allocated memory of fixed size using
retrieve
instead of read. Cut down on allocations in the inner loop.
To help with #12 and #14
Wrap the camera in a manager that
To help with #12 and #14