Responses to Isadora v2.1
-
Mark,
I prepare a workshop in Paris with example in Arduino, Live, Processing and Unity. I am writing a manual in French but I will translate it in English for the other half of the world… :-)– communication Isadora/Arduino though Serial, OSC and DMX– communication Isadora/Live through soundflower and midi– communication Isadora/processing through OSC and Syphon– communication Isadora/Unity though OSC and SyphonFrench version will be ready for november 15English first translation december 15, earlier if I found english speaking help…All the best, -
Yes, examples would be very helpful. Actually I was finally able to get what I wanted from the example that Jaques posted awhile ago in response to someone wanting to get input from 8 sensors into Isadora. So, some simple examples of common scenarios would go a long way to making things clear. Thanks!
-
comment deleted
-
In a few other threads there is some talk of eye and eyes++ getting a revamp and having built in conversion from GPU to CPU. This does make a user friendly option but IMHO it is a wasteful solution. Moving data from GPU to CPU and vice versa is slow and costly and should be avoided at all costs. If actors, well particularly eyes and eyes++ are not to be ported to proper GPU actors they need to be complimented with either mutable CPU/GPU actors or a set of CPU actors like crop for prepping the image (maybe the new eyes will have an ROI setting and rotate options for the incoming stream). If you take this thread for example,
http://troikatronix.com/troikatronixforum/discussion/2325/eye-is-cpu-only#latestand this from mark "Also, please note that the updated plugin will have no advantage over using the GPU to CPU Converter, because the video must be on the CPU to do the analysis; the updated plugin will simply do this for you" I dont quite get the logic- in this case you will force anyone using tracking to use a very costly process when in this case the old technology should do a better job.In this case a CPU based video in watcher and a CPU based crop will use less overhead as in the first case the video in watcher will be uploading the data to the GFX card, and then downloading it again after the crop for eyes and then likely users will use more GPU tools to generate images, possible re-uploading the video in watcher to do effects as overlays on the live feed- as we don't have access to the texture data that was originally uploaded we go through the whole process again and slow everything down.If eyes cannot get a GPU version (on windows this is easy using compute shaders to get results back from the GPU but OSX's ever lagging implementation of open GL means this is not as easy), then maybe it should have a built in CPU based actor -
Does it not make more sense to run eyes+ off a parallel branch just to get the detection vectors etc and the video on that branch terminates there, whilst also keeping all the video in GPU land simultaneously on the other branch...? Effectively working off a copy....? Or am I misunderstanding?
-
That is what I do. I use JunXion to track camera input and send data over to Isadora via MIDI or OSC.JunXion is pretty effecient and easy to set up. And has better tracking capabilities I think. -
I saw the Video delay is cpu only-is there something for gpu?
-
Not that I know of
-
Here is another post explaining how the video delay works: http://troikatronix.com/troikatronixforum/discussion/1021/livecamera-with-1.5minutes-delay-over-one-hour
Best Michel
-
I have posted this comment on several threads but on my MAC Open Recent crashes the program in 2.1 and the Global Keystone actor does not respond as expected (none of the Bottom parameters respond and the Top parameters are mostly reversed.
TLH: Pulls in TL horizontal and vertical towards centerTLV: Pulls in TR horizontal and vertical towards centerTRH: Pulls in BL horizontal and vertical towards centerTRV: Pulls in BR horizontal and vertical towards center -
Dear @Old_Dog
Please don't post the same issue several times. You will also get an answer if you post it once and if it is a new issue please create a new topic.
Thank you.
Best Michel