Stefan Krüger
Stefan Krüger
with https://github.com/mkalten/reacTIVision/pull/30/commits/d9def4f24c861d66f13b80ad734fe9b100c9c518 i now have a working test-setup. next step is to create some test video files and copy/port the actual multicam driver.
basically its in. but currently for me it crashes if i comment in the `child_frame = cam->getFrame();` i don't have an idea how to find this crash cause... @mkalten could...
some new information :-) positioning works now. (i have not tested all corner cases jet) but in combination with the cropping of the camera frames it can crash: some values...
Hi Tony, did you find the protocol specifications at http://www.tuio.org/?specification additionally you can have a look at my tuio websocket-javascript things: https://github.com/search?q=user%3As-light+tuio sunny greetings stefan (ps: iam not officially connected...
how do you think is the best way to warn the user about this?!
> However, OBS Virtual Camera used as input seems to freeze reacTIVIsion (1.5.1) great idea !! its a while back - but if i remember correctly i also had freezes...
as this core is ~12Years old - i think for using it with the current Arduino IDE 2.* there would need a bunch of changes to the new backend /...
thanks for this reminder - i also was not sure which core i used back in 2017 for my project... and i also thing it was the MightyCore...
https://github.com/JMG1/ExplodedAssembly/blame/master/ExplodedAssembly.py#L450 At least ther was sonething chabged exactky in this line...
Hi your sequence idea is cool :-) i have done something 'similar' to allow animation of multiple objects at once with the [`MultiAnimation` Class](https://github.com/s-light/paper.js_tests/blob/master/js/animation_multi.js) Usage example at: [animation_arrows.js#L187](https://github.com/s-light/paper.js_tests/blob/master/js/animation_arrows.js#L187) [usage of...