Jump to content

stuesr

Members
  • Posts

    6
  • Joined

  • Last visited

stuesr's Achievements

Novice

Novice (1/7)

0

Reputation

  1. Does NCH recommend any webcams to use with their products?
  2. Ok, it may be cross posted here, http://nch.invisionzone.com/index.php?showtopic=13593 but the question is different as I was under the impression that Debut records from Broadcam, but I can't see how that works. Anyway, on topic now...does anyone know if Broadcam has the ability to record a live video stream? thanks for looking
  3. Hi. Can Debut be used to record a live Broadcam feed? From what I've seen, Debut can't access the webcam if Broadcam is using it...
  4. Question answered: Broadcam uses the driver thats been installed for your webcam. If you installed the Logitech drivers then they are the only ones that will be used with your device.
  5. jpg view View the sauce code of the Broadcam generated page playing the vid and copy the javascript in the head tag and put that in your new webpage (don't forget to add the full URL to the line) return;}pl.onload=display;pl.src = "broadcamframe.jpg?src=1&speed=1&id=" + c; becomes, for example... return;}pl.onload=display;pl.src = "http://someIP.com:86/broadcamframe.jpg?src=1&speed=1&id=" + c; Then add the onload to the body tag... <body onLoad="StartScreen();>" . Add the img src to the page where you want the vid to be displayed. again, don't forget to add the full URL to the broadcam sauce file. <img width=650 name="img" src="http://someIP.com:86/broadcamframe.jpg?src=1&speed=1"> Don't forget to add the audio applet if you want sound... Embedded media view Same deal with embedding the actual media file in the page...just replace the Filename and src with the URL to the Broadcamauto.html page... <OBJECT ID="MediaPlayer" WIDTH="600" HEIGHT="400" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject"> <PARAM NAME="FileName" VALUE="http://SomeIP.com:86/broadcamauto.html?src=1&speed=1"> <PARAM name="autostart" VALUE="false"> <PARAM name="ShowControls" VALUE="true"> <param name="ShowStatusBar" value="false"> <PARAM name="ShowDisplay" VALUE="false"> <EMBED TYPE="application/x-mplayer2" SRC="http://SomeIP.com:86/broadcamauto.html?src=1&speed=1" NAME="MediaPlayer" WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED> </OBJECT> Hope this helps
  6. I've installed the product, no dramas there. I am using a Logitech Pro Series 9000 webcam... Does this software use the default windows drivers or does it use the drivers indicated by the selected camera in Broadcam? Thanks
×
×
  • Create New...