| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Aug 2003
Posts: 62
|
hey guys,
I'm setting up a website that I want to display 3 different video streams from 3 different cameras located within 3 different rooms of my clients office. Is this possible? How does it work, would my clients computer "relay" the video to the flashcom server? How would I send the camera signals to the Flashcom server? I would need 3 cameras but, would I also need 3 computers? Thanks very much, I really appreciate your help! artane |
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2003
Location: South Africa
Posts: 2
|
Quote:
myCam1 = Camera.get(1); myCam2 = Camera.get(2); myCam3 = Camera.get(3); myVideoObject1.attachVideo(myCam1); myVideoObject2.attachVideo(myCam2); myVideoObject3.attachVideo(myCam3); that should work, but I don't see the point... |
|
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2004
Posts: 5
|
it should be
myCam1 = Camera.get(0); myCam2 = Camera.get(1); myCam3 = Camera.get(2); So the index start at 0 for your first camera. Profiding you have long enough usb cables (I'm not sure if extremely long usb cables need signal boosting of some sort) and suficient usb bandwith it should work with just one computer and 3 cameras. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|