So would this work:
BlackMagic DVI Extender (SDI output) to Ultra Studio Mini capture
With the goal of taking the screen from one computer and input that into Resolume?
I have been battling this problem for weeks and this seems to make the most sense...
Search found 8 matches
- Tue Jul 02, 2013 22:16
- Forum: Hardware
- Topic: BlackMagic Ultra Studio Mini Capture
- Replies: 17
- Views: 34352
- Tue Jul 02, 2013 20:17
- Forum: Hardware
- Topic: How to get a VGA input on resolume?
- Replies: 15
- Views: 24542
Re: How to get a VGA input on resolume?
Any updates on this.
I am having a heck of a time finding a way to capture a computers signal into my Intensity Shuttle Thunderbolt.
http://www.atlona.com/Atlona-PC-Laptop-to-HDMI-Converter-with-built-in-Scaler-up-to-1080p.html
Has anyone confirmed that the Atlona HDMI converter will work?
Does ...
I am having a heck of a time finding a way to capture a computers signal into my Intensity Shuttle Thunderbolt.
http://www.atlona.com/Atlona-PC-Laptop-to-HDMI-Converter-with-built-in-Scaler-up-to-1080p.html
Has anyone confirmed that the Atlona HDMI converter will work?
Does ...
- Tue May 14, 2013 21:57
- Forum: General Chat
- Topic: Syphon across computers
- Replies: 12
- Views: 27269
Re: Syphon across computers
EDIT : Doesnt look like AirBeam will recognize CamTwist as a legit camera source.... if anyone knows another screen capture app that might turn the signal into a legit camera source, this might work... I emailed the guy at AirBeam... he is busy making updates to get his software to work with the ...
- Tue May 14, 2013 20:54
- Forum: General Chat
- Topic: processing in resolume
- Replies: 13
- Views: 28215
- Tue May 14, 2013 20:52
- Forum: General Chat
- Topic: processing in resolume
- Replies: 13
- Views: 28215
Re: processing in resolume
PGraphics canvas; //this names the image being sent out as canvas... you need to lable all visual things with canvas.line(); ect...
Then at the end :
image(canvas, 0, 0);
server.sendImage(canvas);
This outputs all things labled with canvas. as a syphon stream and will show up under sources in ...
Then at the end :
image(canvas, 0, 0);
server.sendImage(canvas);
This outputs all things labled with canvas. as a syphon stream and will show up under sources in ...
- Tue May 14, 2013 20:49
- Forum: General Chat
- Topic: processing in resolume
- Replies: 13
- Views: 28215
Re: processing in resolume
This is the basics for working with syphon and processing...
import codeanticode.syphon.*;
PGraphics canvas;
SyphonServer server;
void setup() {
size(400,400, P3D);
canvas = createGraphics(400, 400, P3D);
// Create syhpon server to send frames out.
server = new SyphonServer(this ...
import codeanticode.syphon.*;
PGraphics canvas;
SyphonServer server;
void setup() {
size(400,400, P3D);
canvas = createGraphics(400, 400, P3D);
// Create syhpon server to send frames out.
server = new SyphonServer(this ...
- Tue May 14, 2013 19:49
- Forum: General Chat
- Topic: Syphon across computers
- Replies: 12
- Views: 27269
- Tue May 14, 2013 19:33
- Forum: General Chat
- Topic: Syphon across computers
- Replies: 12
- Views: 27269
Re: Syphon across computers
Hey guys,
check out this tools: AirParrot + AirServer
I can achieve 86fps at 1280x720 with my MacBook Pro (late 2011) with Mountain Lion.. thanks to the new Sandy Bridge CPU's built-in feature called Quick Sync (http://en.wikipedia.org/wiki/Intel_Quick_Sync_Video)
https://www.youtube.com ...
check out this tools: AirParrot + AirServer
I can achieve 86fps at 1280x720 with my MacBook Pro (late 2011) with Mountain Lion.. thanks to the new Sandy Bridge CPU's built-in feature called Quick Sync (http://en.wikipedia.org/wiki/Intel_Quick_Sync_Video)
https://www.youtube.com ...