Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Search found 93 matches

by TobiTobsen
29 Apr 2013, 20:06
Forum: How to...
Topic: how to share photo to twitter?
Replies: 5
Views: 4037

Re: how to share photo to twitter?

Hi Alfred, you need a software that conects to twitter... this could be done inside Ventuz using for example a c# skript. Or you use an external software that takes care for connecting to twitter. But this software needs to know where to find the images and the message you want to post. This externa...
by TobiTobsen
28 Apr 2013, 10:29
Forum: How to...
Topic: how to share photo to twitter?
Replies: 5
Views: 4037

Re: how to share photo to twitter?

Hi Alfred, you need a piece of software that connects to twitter, we wrote it in Java using Twitter4J. Furthermore you need to register that software at twitter. In our case, this software needs to register using OAuth by sending some keys to twitter and back. Here is a link: http://twitter4j.org/en...
by TobiTobsen
26 Apr 2013, 17:27
Forum: How to...
Topic: how to share photo to twitter?
Replies: 5
Views: 4037

Re: how to share photo to twitter?

Hi,
we have done this with an additional Software tool that we wrote. I receives the path of the picture and message via OSC and sends a tweet.
Tricky was to enable the additional Software to log in to twitter. But its doable :-).
We used Twitter4J as it was written in Java.

Cheers,
Tobi
by TobiTobsen
12 Mar 2013, 08:39
Forum: How to...
Topic: Touch Button Interaction
Replies: 15
Views: 23212

Re: Touch Button Interaction

Hi,
if I got you right, you want to disable one button if the other one is pressed?

You can use touch inside state, invert it logically and connect it to the enable state of your other button...


Best regards,
Tobi
by TobiTobsen
20 Feb 2013, 20:53
Forum: How to...
Topic: High resolution output with one PC
Replies: 9
Views: 6270

Re: High resolution output with one PC

Hi, you should have a look at the Datapath x4. Pretty powerful if you know all limitations in the x4 as well as in the used interfaces (DVI-SL, DVI-DL, DisplayPort). And of course limitations in the graphic card or the render engine. And if you then know how to use ventuz with render targets and vie...
by TobiTobsen
16 Dec 2012, 19:49
Forum: How to...
Topic: a scene with its resolution of 12288*3072 pixels,how many...
Replies: 11
Views: 6944

Re: a scene with its resolution of 12288*3072 pixels,how man

Hi Alfred, Sorry it's very confusing... It probably makes sense that you describe your hardware setup more in detail. Like what displays you are using. And if each display really needs it's native resolution or of split mode would still be OK. Btw I still don't know what you mean with dvi splitter, ...
by TobiTobsen
15 Dec 2012, 18:56
Forum: How to...
Topic: a scene with its resolution of 12288*3072 pixels,how many...
Replies: 11
Views: 6944

Re: a scene with its resolution of 12288*3072 pixels,how man

Hi, 1) what is native resolution of the display? --> http://en.wikipedia.org/wiki/Native_resolution 2) why did you say that each display has 1366*768? I plan to set up each display(screen)'s resolution with 1024*768, so the total resolution of the 8 by 3 video walls is 12288*3072. I plan to use the ...
by TobiTobsen
15 Dec 2012, 11:27
Forum: How to...
Topic: a scene with its resolution of 12288*3072 pixels,how many...
Replies: 11
Views: 6944

Re: a scene with its resolution of 12288*3072 pixels,how man

Hey, I think if you want to use the native resolution of the displays, two PCs might not be enough... Each display has 1366x768, if you use a datapath x4 you could feed three displays from one graphic card output. I think four displays is to much for the x4. So for example a cluster of 3 by 4 Displa...
by TobiTobsen
09 Dec 2012, 01:18
Forum: How to...
Topic: OSC problems.
Replies: 4
Views: 3150

Re: OSC problems.

Hi,
Should be fine If you send the data to the ip that your machine does have....

If the application runs on the Ventuz machine, sending to localhost 127.0.0.1 is of course fine as well...

Cheers,
Tobi
by TobiTobsen
07 Dec 2012, 10:07
Forum: How to...
Topic: Node ID
Replies: 4
Views: 2886

Re: Node ID

Hi,
a good working flow would be to use a hierarchy container, make it an interface and put a container info node in your hierarchy container.

I think if you search the help for the container info node, you should be able to figure out how it works...

Good luck!

Cheers,
Tobi