Tastenkunst / brfv4_ane_examples

Adobe AIR native extension for Windows, macOS, iOS and Android.
37 stars 9 forks source link

implemenation of API in sending data to 3rd party app #10

Closed floatingworld3 closed 6 years ago

floatingworld3 commented 6 years ago

html.txt I am attempting to create a websocket in order to send position data of vertices to my 3d app...using....

vectors: brfv4.__brf_get_opticalFlowPoints { return { x: Math.round(point[0]), y: Math.round(point[1]) }

What should follow brfv4.__brf_get_opticalFlowPoints to return the set of vectors?

MarcelKlammer commented 6 years ago

Please open Javascript issues here: https://github.com/Tastenkunst/brfv4_javascript_examples/issues

Also in the JS repo there is a more minimal examples in minimalWebcam.html

This might be easier for your purpose.