Wonky montage
Wonky montage
Finally got zm up and running again having moved house, upgraded to FC3, and bought a 4xBT878 card that actually works.
All going swimmingly so far, except in the montage view, the first camera (of two - got one local and one remote going so far) is all distorted.
The top line of the image is fine, but the next line down is barrel shifted/wrapped right by one pixel, 2nd line by 2 pixels, etc etc all the way down the image, such that what should be the vertical left hand edge of the image is actually a diagonal line sweeping down the image and to the right.
Anyone seen this before?
Jim
All going swimmingly so far, except in the montage view, the first camera (of two - got one local and one remote going so far) is all distorted.
The top line of the image is fine, but the next line down is barrel shifted/wrapped right by one pixel, 2nd line by 2 pixels, etc etc all the way down the image, such that what should be the vertical left hand edge of the image is actually a diagonal line sweeping down the image and to the right.
Anyone seen this before?
Jim
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Yep:
Jim
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>ZM - Montage</title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<script type="text/javascript">
window.focus();
</script>
</head>
<frameset rows="16,*" cols="*" border="1" frameborder="no" framespacing="0">
<frame src="/zm/index.php?view=montagemenu&mode=" marginwidth="0" marginheight="0" name="MontageMenu" scrolling="no">
<frameset rows="240" cols="320,320" border="1" frameborder="no" framespacing="0">
<frame src="/zm/index.php?view=montageframe&mid=1&mode=" marginwidth="0" marginheight="0" name="MontageFrame1" scrolling="no">
<frame src="/zm/index.php?view=montageframe&mid=5&mode=" marginwidth="0" marginheight="0" name="MontageFrame5" scrolling="no">
</frameset>
</frameset>
</html>
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Hi Jim,
Thanks for that. However that's the source for the containing frameset and I need the actual frame source. If you have FireFos you can a 'This Frame -> View Source' as the default gives you what you have posted. In IE I think you just have to make sure you are exactly in the right place before you right click.
By the way, what size have yopu defined your monitor as, it looks like 320x240 is that right?
Phil
Thanks for that. However that's the source for the containing frameset and I need the actual frame source. If you have FireFos you can a 'This Frame -> View Source' as the default gives you what you have posted. In IE I think you just have to make sure you are exactly in the right place before you right click.
By the way, what size have yopu defined your monitor as, it looks like 320x240 is that right?
Phil
D'Oh!
Try again:
The wonky one is from a full res PAL image (768x576), and the 2nd one is from a 320x240 remote wireless cam.
Here's the source for the 2nd image:
Looks like maybe I'm confusing it by having different sized monitors...?
Jim
Try again:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ZM - Front - Feed</title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<script type="text/javascript">
</script>
</head>
<body>
<table width="96%" align="center" border="0" cellspacing="0" cellpadding="2">
<tr><td align="center">
<applet code="com.charliemouse.cambozola.Viewer" archive="cambozola.jar" align="middle" width="314" height="236"><param name="url" value="/cgi-bin/zm/zms?mode=jpeg&monitor=1&scale=41&maxfps=25&user=Jim&pass=wibble"></applet>
</td></tr>
</table>
</body>
</html>
Here's the source for the 2nd image:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ZM - Garage - Feed</title>
<link rel="stylesheet" href="zm_html_styles.css" type="text/css">
<script type="text/javascript">
</script>
</head>
<body>
<table width="96%" align="center" border="0" cellspacing="0" cellpadding="2">
<tr><td align="center">
<applet code="com.charliemouse.cambozola.Viewer" archive="cambozola.jar" align="middle" width="320" height="240"><param name="url" value="/cgi-bin/zm/zms?mode=jpeg&monitor=5&scale=100&maxfps=25&user=Jim&pass=wibble"></applet>
</td></tr>
</table>
</body>
</html>
Jim
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact: