Asked — Edited

Foscam 8910 White Wifi Ip Cam Recording And Live View

I have a foscam i am considering using for zero rover. 8910 pan and tilt model. I need to be able to both access the video stream live and record as well. I can access it through the network by directly typing in the web ip in the local network 198.168.1.12 and view the cam but im having a problem accessing it through anykind of other software. Help? Thanks

Specs for cam :

ModelFI8910WResolutionNoColorBlackWeight1.5000Image SensorCMOS SensorDisplay Resolution640*480 Pixels(300k Pixels)Lensf: 2.8mm, F:2.4 (IR Lens)Mini Lumination0.5LuxLens TypeGlass LensViewing Angle60 DegreeInputBuilt-In MicrophoneOutputBuilt-In SpeakerAudio CompressionADPCMImage CompressionMJPEGImage Frame Rate15fps(VGA), 30fps (QVGA)Flip Mirror ImagesVerical / HorizontalLight Frequency50Hz, 60Hz or OutdoorVideo ParametersBrightness, ContrastEthernetOne 10/100 MBPS RJ - 45Wireless StandardsIEEE 802.11b/g/nData Rate802.11b: 11Mbps(Max.), 802.11g: 54Mbps(Max.) 802.11n: 150Mbps(Max.)Wireless SecurityWEP, WPA, WPA2 EncryptionPan/Tilt AngleHorizontal: 300° & Vertical: 120°Infrared Light11 IR, LEDs, Night visibility up to 8 metersDimension8 x 5 x 6.5 inGross Weight0.7 Ibs (Color Box Size: 5 x 4 x 5 in)Net Weight1.8 Ibs (accessories included)Storage Temperature-10°C ~ 60° (14°F ~ 140°F)Storage Humidity0% ~ 90% non-condensingCPU2.0GHz or above (suggested 3.0GHz)Memory Size256MB or above (suggested 1.0GB)Display Card64MB or aboveSupported OSMicrosoft Windows 2000/XP, Vista, Windows7, Windows 8, Mac OS, LinuxBrowserIE6/IE7/IE8/IE9,Firefox,Safari,Goolge Chrome,other standard browsersCertificationCE, FCCWarrantyLimited 2-y

User-inserted image


ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

#1  

When using other software, you might need a port number. Also, the software has to be able to open the stream file type. Try VLC.

#3  

Do you use blue iris stelmobarry? I know Rich has this camera or a very similar model , im wondering how his is setup. In not a network cam wiz.

PRO
Synthiam
#4  

That's what we use for the office I think. I wrote a driver for it but haven't put it in ARC yet

#6  

Sweet , so a driver that controls the pan and tilt as well from ARC? That would be fantastic !

United Kingdom
#7  

Foscam cameras can be controlled by HTTPget() and the image streamed from http://IPADDRESS/snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]

Some don't give a jpeg stream, I am not sure about that one specifically as I don't have one to try but it's worth a try in ARC.

Grab a copy of fiddler and reverse engineer the web page, grab the urls used for the pan and tilt and use those with HTTPGet() to move the camera.