Search found 88 matches

by leadedge
Sun Oct 16, 2016 13:57
Forum: Problems? Bugs? Solutions!
Topic: Processing on Resolume
Replies: 7
Views: 8795

Re: Processing on Resolume

Yes make sure you have installed Spout 2.005. Just to clarify. You can create a basic Spout sender Processing sketch and the output is received by Resolume. Or there is the more complicated "SpoutControls" that takes a lot more to set up. Which are you trying to get working? Even if you ar...
by leadedge
Fri Oct 07, 2016 14:17
Forum: Problems? Bugs? Solutions!
Topic: Processing on Resolume
Replies: 7
Views: 8795

Re: Processing on Resolume

Spout for Processing is available as a contributed library. Get it from your sketch Library import manager. After you have imported the library you will find example sketches in : ..\libraries\spout\examples\ Just examine SpoutSender.pde and search on "SPOUT" to find what you need. It's re...
by leadedge
Tue Oct 04, 2016 02:40
Forum: Problems? Bugs? Solutions!
Topic: No Spout input on Arena 4 or 5
Replies: 2
Views: 3091

Re: No Spout input on Arena 4 or 5

Most likely an Optimus problem if the laptop has it. Disable the integrated Intel graphics in the NVIDIA control panel or BIOS if you can and see what happens.
by leadedge
Sun Jul 31, 2016 02:30
Forum: New Features
Topic: NDI support
Replies: 58
Views: 78522

Re: NDI support

A drop down list is not possible with Freeframe unfortunately, so I have made the next best thing with a slider control "Sender index". The range 0 - 1 is divided into as many senders as are detected, up to 10 of them. Slide it along and you will see the name of the sender in the backgroun...
by leadedge
Thu Jul 28, 2016 14:40
Forum: New Features
Topic: NDI support
Replies: 58
Views: 78522

Re: NDI support

Update Assembler optimizations do help. Here are some fps figures for the plugins to give you an idea. Vsync off, NDI sender not clocked NDIsender 800x600 - 124 1280x720 - 118 1920x1080 - 97 2560x1440 - 61 3840x2160 - 31 NDIreceiver 800x600 - 118 1280x720 - 92 1920x1080 - 67 2560x1440 - 47 3840x2160...
by leadedge
Wed Jul 27, 2016 07:44
Forum: New Features
Topic: NDI support
Replies: 58
Views: 78522

Re: NDI support

That's a great report. Sounds like it all works well in a practical situation and at 1440p too. I have also found that a combination of buffering and asynchronous sending gives the best performance. I was pretty confident about it, so have updated the distribution already. Some changes to the receiv...
by leadedge
Fri Jul 22, 2016 04:59
Forum: New Features
Topic: NDI support
Replies: 58
Views: 78522

Re: NDI support

First thing to try : there is a setting in the NVIDIA control panel "Threaded Optimization". When this is checked ON, it can cause one CPU core to max out in some circumstances. See if there is any difference in your system when the NDI sender plugin is running. Attached are versions of th...
by leadedge
Thu Jul 21, 2016 14:44
Forum: New Features
Topic: NDI support
Replies: 58
Views: 78522

Re: NDI support

OK, good news and bad news then. Freeframe plugin thumbnails are tricky and depend on a frame being available when the plugin loads. I will have to look at that and can't guarantee anything. The frame rate drop is possibly an OpenGL issue where extracting pixel data from a texture can be a time cons...
by leadedge
Sun Jun 19, 2016 01:01
Forum: Problems? Bugs? Solutions!
Topic: black output with Resolume Arena
Replies: 42
Views: 57840

Re: black output with Resolume Arena

My NVIDIA control panel has a Display section at left, with "Change resolution" and "Adjust desktop size and position". But I don't have Optimus.
by leadedge
Sat Jun 18, 2016 09:12
Forum: Problems? Bugs? Solutions!
Topic: black output with Resolume Arena
Replies: 42
Views: 57840

Re: black output with Resolume Arena

This is a major problem for Spout in/out too. The information here is very valuable. Mad Matt - try this : https://github.com/leadedge/Spout2/raw/master/SPOUTDXMODE/SpoutDXmode.exe It is an attempt to set NVIDIA as global for all applications. Recently somebody found that an application profile will...