elliotwoods / TouchDesigner.MotionCapture

Motion Capture operator suite for TouchDesigner. Still in early stages
28 stars 1 forks source link

Synchronise / Player : Check compute times #21

Closed elliotwoods closed 4 years ago

elliotwoods commented 4 years ago

Check that compute times aren't too heavy for these operations (due to async optical flow)

elliotwoods commented 4 years ago

86ms to dispatch the CUDA call for one camera image (in Debug mode) OpticalFlow::calculate

let's get this onto its own thread

elliotwoods commented 4 years ago

150ms to download on the tracking side also dead..

elliotwoods commented 4 years ago

we're putting dense async to rest for now