
rbonari

Hello,
I visited the threads regarding viewing Foscam Video in ARC Camera Control. I have a Foscam F19831p IP Video Camera and entered the following information in the camera control device select box:
http://192.168.x.x:Port/snapshot.cgi?user=username&pwd=password
When I select start in the Camera Control I get the following error message in the camera view area:
JPGStream Read Error (there are red crosshatch lines in the display also (two horizontal and two vertical).
The Foscam F19831p is set to snapshot (JPEG) Mode. It should be noted that the camera is set to snapshot mode in tinyCam Monitor Pro Application on my cell phone. I assume that is what it will be set at unless some other program changes it. I have no other applications that I have run that would change it.
I can view the video on my cell phone and also on my laptop. When viewing on Laptop I type in http://192.168.x.x:Port and it opens up the foscam application on my laptop. Once I enter my password and username name the video shows up. However one key thing here is that I have to select the substream video stream before it will show video from camera.
I am connected successfully in the client mode as mentioned in some of the threads and this makes sense of course.
Any help on this issue would be much appreciated and thanks in advance ! Rick B. tired
@Rick,
The camera control does not support Jpeg snapshots.
Unless you can get an url returning mjpeg video (without asking any other details e.g. user,password or other options) , there's no simple way to convert to a video feed.
The other option is to develop a plugin.
Hello ptp,
This is not what the other threads regarding displaying video from foscam cameras ( Ip) in ARC are saying. Search on foscam and look at the recent threads by pittom and others. Anyone else have an idea? Rick
@Rick,
this is the camera tutorial: https://synthiam.com/Tutorials/Help.aspx?id=80
this is relevant part:
if you can get an url http://ip_address_camera/script/bla_bla_parameters
returning a plain jpeg no html no other inputs, i believe it will work.
so the main question is if you have the url for your camera model.
@Rick,
I searched EZR forums:
Foscam cameras mentioned:
Foscam 8910 White https://synthiam.com/Community/Questions/6333
Foscam 890W, Foscam 8904W https://synthiam.com/Community/Questions/96
quick search on the internet:
http://helms-deep.us/wp-content/uploads/2014/05/foscam-cameras1.pdf
you will see 8910, 8905 they support image compression: mjpeg
model 9831p (yours) image compression: h264
h264 is associated to the protocol RTSP stream.
keep guessing, your camera must support a RTSP url with h264 encoder.
ASFAIK ARC does not support RTSP streams.
i'm only guessing, and i spent only a couple minutes searching.
you should try the foscam support forum and ask how to obtain:
using the http protocol.
Rick,
Can you try this url:
Replace:
Please be careful URL's are case sensitive, keep the rest equal.
Try first in the browser, and then in the camera control.
Hello ptp,
I noticed that you show the actual entered username and password in all caps. My password and user name are both all lowercase. Would I be correct in assuming I don't have to change them to all caps as shown in the above script? I would assume not.
I don't have a username of admin and I assume that when I see this in documentation it is just a sample username. Would this be correct?
When I enter the ip address and port number only in the browser screen it brings up the foscam viewing and control app on the laptop screen. Once I enter the username and password, then it goes into the foscam viewing & control app. The video won't display unless I select substream. This seems a bit odd. Do I need to see if there is a cgi command to select substream? Even though I have the foscam app closed could the software from foscam be interfering with ez- builder camera control? I wouldn't expect so.
Thanks again for your continued help! Rick
Rick,
yes you are right, uppercase is only to highlight
if you put the full url using your ip, user and password, you still need to authenticate ?
Hello ptp,
Not sure what you mean by authenticate? I thought this was user name and password? Maybe this is what the issue is. Not sure how to authenticate? Thanks much ptp ! Rick