Multiple Cameras to Multiple Computers
-
I am currently workshopping a new piece, and am trying to get 6 cameras that can all be seen by 3 computers across my network. In this way, I want to be able to control the inputs of each camera across multiple computers simultaneously. I have thought about using a switcher, but will still then only be able to control one camera at a time via izzy, and we want to be able to manipulate the images across multiple projectors.
Two questions:1\. can Isadora handle more than 4 cameras at a time?2\. Is there a tool to get Izzy to recognize cameras from another computer on the network?Any thoughts or advice on how to accomplish this would be greatly appreciated! -
Isadora can only see 4 cameras at the same time if you are going the classic way attaching the cameras via USB or Firewire.
I think the only way to get more than 4 cameras on to different computers at the same time would be over network. A few days ago Fred posted a link to GitHub where you can download IPCAM2SYPHON, you can have up to 16 ip-cam streams, but use a Gigabit network if you want to get best performance.To use your analog cameras you need to buy a videoserver that converts your analog camera to an ip stream.
Best,
Michel -
There could be a few ways of doing this. If you are ok with SD composite inputs you could start with a kramer matrix switcher, this means you can send the same camera to multiple computers you can have 4 capture inputs on each machine (not so easy but it can be done). This way the limitation is the 4 inputs at once, but if you want to have 6 inputs on every machine at once (and have all 6 inputs displayed you will have some trouble, not just because of capture cards but because this is a hell of a lot to ask of one computer- no matter how good it is.
If resolution is not important (if you are displaying all 6 cameras at once the destination resolution cannot be very big) then you can also use quad splitters (hardware) and chop pixels (actor) to get 4 inputs into one capture card.A little more information we can help you more- a matrix will let you send each camera to many places but how many camera do you need to display at once.I also made a ps3eye to syphon app that supports multiple cameras, you will have to have multiple pcie-usb cards in a tower machine (a sub hub won't do it) to get enough usb bandwidth to have 4 cameras going. I have had good luck with 20m USb extensions and the ps3eye cameras.If you have money you can use SDI based cameras and an HDSDI quad split (you get almost full SD res from a single quadrant of HD), from here you can go into a blackmagic dual HDSDI card- you could have 4 quad splitters per machine and get 8 inputs on each if you needed. This would be a pretty heavy load on a single machine even 2 streams of full HD is a lot of work then the chopping to get the quadrants to a single feed but it is a more professional solution.Fred