IP Camera on the Joggler?

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
ddichiera
Posts: 29
Joined: Wed Dec 14, 2011 3:10 am

IP Camera on the Joggler?

Post by ddichiera »

Has anyone managed to get an IP camera working on the Joggler?

I have a Dlink DCS-900 IP camera which woks fine to my desktop pc, but I can't get to display a picture or moving images on the Joggler.

The Dlink has a fixed IP which I can navigate to successfully using Opera on the Joggler, but it just displays a blank page (it should display a background, some menu items and a still image with a timestamp at the top) .

If I then put in the address for viewing Java images (192.168.1.XXX/Jview.htm) I can see the background and menu items of the page, but not the image itself.

All of this works fine on my PCs.

Any suggestions?
Juggler
Posts: 249
Joined: Thu Apr 21, 2011 2:34 am

Re: IP Camera on the Joggler?

Post by Juggler »

I don't think it should be any different on a Joggler.

What happens when you use opera on your desktop to access the camera ? It doesn't appear to be an issue with the Joggler seeing the camera, just the capabilities you have through Opera. This could be due to the security settings in Opera and what software your camera depends on (flash, java script etc)

Also, have you considered using one of the alternative OS's for the Joggler and try one of the browsers in there.

I've been using XUbuntu with Chrome and it works very well for the sites I access. As far as I can tell it is the same, if not better, than firefox I use on my desktop.
ddichiera
Posts: 29
Joined: Wed Dec 14, 2011 3:10 am

Re: IP Camera on the Joggler?

Post by ddichiera »

Juggler wrote:It doesn't appear to be an issue with the Joggler seeing the camera, just the capabilities you have through Opera. This could be due to the security settings in Opera and what software your camera depends on (flash, java script etc)
It has two sub pages, one for ActiveX and another for Java. I'm using the Java page.

Anyone know how to change the security settings for Opera on the Joggler? I've tried all the options I can find.
Juggler
Posts: 249
Joined: Thu Apr 21, 2011 2:34 am

Re: IP Camera on the Joggler?

Post by Juggler »

It sounds like this is more of an Opera issue.

I'm assuming your using the stock os on the Joggler or Plug & Pimp, and that is why you have Opera ?

If you try using one of the alternative OSs for the Joggler, you will have a lot more flexibility and be able to use the same browser as your desktop - so you could use say Chrome or Firefox under a Joggler Ubuntu or IE in a Joggler Windows.

I'm no Opera expert or have I had a lot to do with IP cameras.

Unless your using IE, activex, I think, isn't much use. With Java on your camera, is that full fat Java or Java script ?

FYI
http://en.wikipedia.org/wiki/Java_%28pr ... anguage%29
http://en.wikipedia.org/wiki/JavaScript

Opera supports Java script, but if your camera needs full Java, then that will need to be installed as well on the Joggler and tested to work with Opera.
ddichiera
Posts: 29
Joined: Wed Dec 14, 2011 3:10 am

Re: IP Camera on the Joggler?

Post by ddichiera »

Well just for laughs, I had a go at playing with Stephen Ford's Ubuntu Netbook on a pen drive.

It has a very slick interface and I managed to get it working with wireless but not wired. It was fun, but not suitable for me.

The screen is just too small for me to be practical with touch.
It doesn't have SqueezePlay (can this be added in somehow?)
It still doesn't view my security camera. I tried adding in Java on both Chrome and Firefox, but that fails.
ddichiera
Posts: 29
Joined: Wed Dec 14, 2011 3:10 am

Re: IP Camera on the Joggler?

Post by ddichiera »

Juggler wrote:I'm assuming your using the stock os on the Joggler or Plug & Pimp, and that is why you have Opera ?
Yes, I bought three of these with Plug & Pimp already installed.
Opera supports Java script, but if your camera needs full Java, then that will need to be installed as well on the Joggler and tested to work with Opera.
As far as I can tell, it just uses Java for the actual moving image part - the page appears, but sans video.
ddichiera
Posts: 29
Joined: Wed Dec 14, 2011 3:10 am

Re: IP Camera on the Joggler?

Post by ddichiera »

From what I can tell, it uses JS. Here's the code:
<SCRIPT LANGUAGE="JavaScript">
function Init() {
if ((navigator.appName != "Netscape") &&
(navigator.userAgent.indexOf('Opera') == "-1"))
{
window.setInterval("ShowFrameRate()", 1000)
}
}

function ShowFrameRate() {
if (1)
{
var fFrameRate = cvcs.GetFrameRate()
window.status = "Frame:" + fFrameRate.toString() + " fps"
}
cvcs.GetRealTimeData()
CurrentTime.innerHTML = cvcs.GetTimeString()
}
</SCRIPT>

<body bgcolor="#C3CBD0" topmargin=0 onload="Init()">
<form action="/Jview.htm" method="POST">
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td><img src="LOGO.jpg" width="1022" height="124" border=0 usemap="#Map2" usemap="#Map2"></td></tr>
<tr>
<td>
<table width="765" border=0 cellpadding=0 cellspacing=0>
<tr>
<td width="133" valign="top" bgcolor="#C3CBD0">
<table width="100%" border=0 align=center cellpadding=3 cellspacing=0>
<tr><td valign="top"><div align=center><img src="Device.jpg" width="133" height="120"></div></td></tr>
<tr><td align="center" class=Devtext><b>DCS-900</b></td></tr>
<tr>
<td align="center"><a href="Home.htm" target="_top"><img src=Home.jpg border=0></a></td>
</tr>
</table>
</td>
<td width="2" background="down_03.jpg"><p><img src="down_03.jpg"></p></td>
<td width="610" valign="top" align="center" bgcolor="#C3CBD0"><!-- ¥H¤U¬O¥[¤J¤º®e±Ò©l°Ï¡I-->
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<tr>
<td bgcolor=black><font color=white>DCS-900 [AD4511]<br></font></td>
<td bgcolor=black align=right valign=top>&nbsp;&nbsp;<font color=white><SPAN ID="CurrentTime"></SPAN></font></td>
</tr>
<tr>
<td colspan=2 align=center bgcolor="#C3CBD0">
<APPLET name="cvcs" CODEBASE="http://192.168.1.153:80/" CODE="xplug.class" WIDTH=640 HEIGHT=480>
<param name="RemotePort" value=80>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="">
</APPLET>
</td>
</tr>
</TABLE>
<!--¥H¤W¬Oµ²§À°Ï¡I--></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>

<map name="Map2">
<area shape="rect" coords="6,6,175,60" href="http://www.dlink.com" target="_blank">
</map>
mohansen
Posts: 13
Joined: Tue Aug 02, 2011 7:23 pm

IP Camera on the Joggler?

Post by mohansen »

I use the Android OS and load the IP Camera Viewer app. Works great.
ddichiera
Posts: 29
Joined: Wed Dec 14, 2011 3:10 am

Re: IP Camera on the Joggler?

Post by ddichiera »

I've formatted my usb stick using image writer and the blank image, and put the torrent link into bittorrent, but there don't seem to be any seeders.

I've searched around and can't find a copy of the image anywhere else.
deviousrich
Posts: 12
Joined: Wed Mar 07, 2012 3:58 pm

Re: IP Camera on the Joggler?

Post by deviousrich »

ddichiera wrote:From what I can tell, it uses JS. Here's the code:
<td colspan=2 align=center bgcolor="#C3CBD0">
<APPLET name="cvcs" CODEBASE="http://192.168.1.153:80/" CODE="xplug.class" WIDTH=640 HEIGHT=480>
<param name="RemotePort" value=80>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="">
</APPLET>

sorry to tell you but that page uses both JavaScript and Java and thats your problem. either ICS (see Jazzmod thread) or ubuntu to get that working

there may be ways around it by directly requesting the latest image etc but thats all very propriatory dependant on the camera
jeffjohn
Posts: 1
Joined: Wed Apr 11, 2012 4:32 pm

Re: IP Camera on the Joggler?

Post by jeffjohn »

Hi! I am using Ubuntu 12.04 and D-link DCs 920 IPCam with no problems on Mozilla FF with Java installed. Video with hi-def. used as security cam.
Juggler
Posts: 249
Joined: Thu Apr 21, 2011 2:34 am

Re: IP Camera on the Joggler?

Post by Juggler »

Last post is spam - with a URL in the signature.

Seems the forum is getting one of these every 2/3 days...
User avatar
BuZz
Site Admin
Posts: 1462
Joined: Fri Mar 04, 2011 1:15 am

Re: IP Camera on the Joggler?

Post by BuZz »

Juggler wrote:Last post is spam - with a URL in the signature.

Seems the forum is getting one of these every 2/3 days...
once they are flagged they will be removed as soon as an admin/mod comes on the forum.

unfortunately the cheap human labour that is used to defeat captchas and so forth makes it very hard to avoid such registrations.
ilovemyjoggler
Posts: 711
Joined: Sun May 13, 2012 4:42 pm

Re: IP Camera on the Joggler?

Post by ilovemyjoggler »

BuZz wrote:once they are flagged they will be removed as soon as an admin/mod comes on the forum.
Flagged how/by who?
User avatar
dwl99
Posts: 765
Joined: Fri Mar 04, 2011 7:38 am
Location: Glasgow

Re: IP Camera on the Joggler?

Post by dwl99 »

Just next to the "Quote" button on each message there is a triangular icon with an exclamation mark. Clicking on this icon will report the post as dodgy. Buzz will then nuke it.
ilovemyjoggler
Posts: 711
Joined: Sun May 13, 2012 4:42 pm

Re: IP Camera on the Joggler?

Post by ilovemyjoggler »

Ooooh. Niiiice. Will definitely be using that. I hate spam. Ta. Again!
Post Reply