AbelCam Forum
Download AbelCam buy Pro
 
 
 
Welcome Anonymous User
05/03/2024 - 08:05 AM
Quick Search:
Quick Jump:
 
Announcements
Latest Topics
 
Two things...
By: Marcus
Rank: Frequent User
Topics: 26
From: Sweden
Added: 12/01/2005 - 09:44 AM

One, if the camera is inverted the buttons on the webpage is wrong, it would be great if the software could also invert the commands.

Two, if the caption had an transparent white background the caption would be more visable, like Active Webcam software has.

/Marcus
By: sse
Rank: Forum Addict
Topics: 73
From: n/a
Added: 12/01/2005 - 06:58 PM

Thank you for your proposals - I will see if I can implement it in 1.0.0 which should come out soon.

One question remains: how could a transparent background be white? Can you email me an example?

Stefan
By: sse
Rank: Forum Addict
Topics: 73
From: n/a
Added: 12/12/2005 - 07:09 AM

if the camera is inverted the buttons on the webpage is wrong, it would be great if the software could also invert the commands.

Implemented in LogiSphere 1.0 and up
By: Marcus
Rank: Frequent User
Topics: 26
From: Sweden
Added: 01/09/2006 - 03:47 PM

I have my camera upside down, I have select "invert left/right ", but it would be great if there also was a "invert up/down" function...
By: AndrewG
Rank: Master Contributor
Topics: 172
From: St. Andrews, Scotland
Added: 01/11/2006 - 05:50 PM

Here is a quick fix for the javascript page.I haven't tryed it but it should work.
The html is:
<td></td>
<td align="center"><a target="dummy" href="up-3"><img src="../img/up.gif" alt="up" border="0"></a></td>
left, right and home code is here
<td align="center"><a target="dummy" href="down-3"><img src="../img/down.gif" alt="down" border="0"></a>

so if you filp the up and down code round:
<td align="center"><a target="dummy" href="down-3"><img src="../img/up.gif" alt="up" border="0"></a></td>
left, right and home code is here
<td align="center"><a target="dummy" href="up-3"><img src="../img/down.gif" alt="down" border="0"></a>

Hope this helps you,doesn't fix java thought Sad
Andrew