ccices
February 24th, 2006, 10:17 AM
Hello all,
I am looking for some help in trying to get our Sony SNC-RZ30N IP Camera to display on a HP IPAQ PDA with PocketPC.
The Camera serves the following page to the PocketPC Ineternet Explorer
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<TITLE>SNC-RZ30 for PocketPC</TITLE>
<SCRIPT LANGUAGE="JavaScript" SRC="/command/inquiry.cgi?inqjs=tvstandard" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function image_sel(){
if( TvStandard == "pal" ){
document.write("<IMG src='../image/pocket-logo-p.jpg' width='127' height='27'>");
}
else{
document.write("<IMG src='../image/pocket-logo-n.jpg' width='127' height='27'>");
}
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#4B6EB6" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="7" rowspan="2"> </TD>
<TD width="215">
<SCRIPT TYPE="text/javascript">
<!--
image_sel();
//-->
</SCRIPT>
</TD>
</TR>
<TR>
<TD>
<APPLET codebase="." code="ppcviewer.viewer.class" name="pviewer"
width="215" height="180" hspace="0" vspace="5" align="top">
</APPLET>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
From my searching I have found that I need the Jeode JVM installed to make this work. Jeode is no longer available for download but I was advised that CrEme should work.
When the page is brought up on the PDA, it says "applet loading" then a grey box appears with "Class not Found" blinking in it.
If I bring up the page on regular internet explorer, everything works fine.
My question is: Is it not possible for me to simply move the missing class file from the desktop computer to someplace on the PDA where the applet can find it?
It seems like I should be able to, but I am having a hard time understanding the above code to see where to get the class from.
Any help with this would be greatly appreciated.
I am looking for some help in trying to get our Sony SNC-RZ30N IP Camera to display on a HP IPAQ PDA with PocketPC.
The Camera serves the following page to the PocketPC Ineternet Explorer
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="text/javascript">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<TITLE>SNC-RZ30 for PocketPC</TITLE>
<SCRIPT LANGUAGE="JavaScript" SRC="/command/inquiry.cgi?inqjs=tvstandard" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function image_sel(){
if( TvStandard == "pal" ){
document.write("<IMG src='../image/pocket-logo-p.jpg' width='127' height='27'>");
}
else{
document.write("<IMG src='../image/pocket-logo-n.jpg' width='127' height='27'>");
}
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#4B6EB6" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="7" rowspan="2"> </TD>
<TD width="215">
<SCRIPT TYPE="text/javascript">
<!--
image_sel();
//-->
</SCRIPT>
</TD>
</TR>
<TR>
<TD>
<APPLET codebase="." code="ppcviewer.viewer.class" name="pviewer"
width="215" height="180" hspace="0" vspace="5" align="top">
</APPLET>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
From my searching I have found that I need the Jeode JVM installed to make this work. Jeode is no longer available for download but I was advised that CrEme should work.
When the page is brought up on the PDA, it says "applet loading" then a grey box appears with "Class not Found" blinking in it.
If I bring up the page on regular internet explorer, everything works fine.
My question is: Is it not possible for me to simply move the missing class file from the desktop computer to someplace on the PDA where the applet can find it?
It seems like I should be able to, but I am having a hard time understanding the above code to see where to get the class from.
Any help with this would be greatly appreciated.