<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Selling stuff &#187; cameras</title>
	<atom:link href="http://burfieldstuff.com/tag/cameras/feed/" rel="self" type="application/rss+xml" />
	<link>http://burfieldstuff.com</link>
	<description>Affiliate website</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:08:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cctv and webcams</title>
		<link>http://burfieldstuff.com/2009/09/03/cctv-and-webcams/</link>
		<comments>http://burfieldstuff.com/2009/09/03/cctv-and-webcams/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:42:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cameras]]></category>
		<category><![CDATA[cctv]]></category>
		<category><![CDATA[sale]]></category>

		<guid isPermaLink="false">http://burfieldstuff.com/?p=13</guid>
		<description><![CDATA[Buy cctv and webcams The united kingdom has recently been called a "surveillance society" There are around 4.5 million cctv cameras in the uk monitoring the population 24 hours a day 7 days a week. Some say this is an invasion of privacy, while others take comfort in the fact that their person, personal belongings [...]]]></description>
			<content:encoded><![CDATA[<h2>Buy cctv and webcams</h2>
<p>The united kingdom has recently been called a "surveillance society" There are around 4.5 million cctv cameras in the uk monitoring the population 24 hours a day 7 days a week. Some say this is an invasion of privacy, while others take comfort in the fact that their person, personal belongings and property is under the watchful eye of the authorities. However, this security comes with a massive cost, over £20 billion uk pounds so far. That works out at around £800 per household. We have been looking and experimenting with ways to enable the general public to secure homes and property using this technology. We have found low cost options that can easily be installed at home or in the work place. Low cost cctv.</p>
<h3>Diy cctv</h3>
<p>A diy cctv system can easily be installed in a property for the owners peace of mind. The cost for a diy home cctv system can be as little as £100. The software is available to buy or use as a trial. The best software we have found for a home cctv installation is Webcam xp. The best place to buy a camera is ebay. Cameras come in many forms and it is advisable to find a camera with infa red capabilities to allow for night vision. Most cameras need a 24volt supply that is normally included in the selling price. The camera video output is then coupled to a capture card in a personal computer. The webcam xp software almost automatically configures the camera, pc card and internet connection to become enabled for instant streaming over the internet.<br />
This streaming cctv webcam is best viewed with firefox browser. Download here. <a href="http://www.mozilla.com/en-US/?from=sfx&amp;uid=0&amp;t=441"><img src="http://sfx-images.mozilla.org/affiliates/Buttons/Firefox3.5/200x32_all_blue.png" border="0" alt="Spread Firefox Affiliate Button" /></a></p>
<p><!--start_raw--><img id="webcam1" class="webcam" onmousedown="PTZMouseDown1(event)" src="http://213.104.208.241:8080/loading.jpg" alt="Live Stream" width="320" height="240" /> <script type="text/javascript">// <![CDATA[
currentCamera1= 1;
errorimg1= 0;
document.images.webcam1.onload = DoIt1;
document.images.webcam1.onerror = ErrorImage1;
function LoadImage1()
{
        uniq1 = Math.random();
        document.images.webcam1.src = "http://213.104.208.241:8080/cam_" + currentCamera1 + ".jpg?uniq="+uniq1;
        document.images.webcam1.onload = DoIt1;
}
function PTZMouseDown1(e)
{
        var IE = document.all?true:false;
        var x,y;
        var myx,myy;
        var myifr = document.getElementById("_iframe-ptz");
        tp = getElPos1();
        myx = tp[0];
        myy = tp[1];
        if(IE){
        var scrollX = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft;
        var scrollY = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop;
        x = event.clientX - myx + scrollX;
        y = event.clientY - myy + scrollY;
        } else {
        x = e.pageX - myx;
        y = e.pageY - myy;
        }
        if ((width_array[currentCamera1] != null) &#038;&#038; (width_array[currentCamera1] > 0)) x = Math.round((x * 400) / width_array[currentCamera1]);
        if ((height_array[currentCamera1] != null) &#038;&#038; (height_array[currentCamera1] > 0)) y = Math.round((y * 300) / height_array[currentCamera1]);
        if (x > 400) x = 400;
        if (y > 300) y = 300;
        if (myifr != null) myifr.src = "http://213.104.208.241:8080/ptz?src=" + currentCamera1 + "&#038;moveto_x=" + x + "&#038;moveto_y=" + y +"";
        return true;
}
function getElPos1()
{
            el = document.images.webcam1;
            x = el.offsetLeft;
            y = el.offsetTop;
            elp = el.offsetParent;
            while(elp!=null)
              { x+=elp.offsetLeft;
                y+=elp.offsetTop;
                elp=elp.offsetParent;
              }
            return new Array(x,y);
}
function ErrorImage1()
{
        errorimg1++;
        if (errorimg1>3){
              document.images.webcam1.onload = "";
              document.images.webcam1.onerror = "";
              document.images.webcam1.src = "offline.jpg";
              }else{
                uniq1 = Math.random();
            document.images.webcam1.src = "http://213.104.208.241:8080/cam_" + currentCamera1 + ".jpg?uniq="+uniq1;
              }
}
function DoIt1()
{
        errorimg1=0;
        window.setTimeout("LoadImage1();", 40);
}
// ]]&gt;</script><!--end_raw--></p>
<h3>Cctv over internet</h3>
<p>The above picture is streaming live cctv video over the internet. We have left the cam open for demonstration purposes but it can also be password protected to allow for privacy. We have configured motion detection. This motion detection ensures that any movement within user set perameters will be recorded to the computer hard disc for a set length of time.</p>
<h3>Cctv cameras for sale</h3>
<div>
<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-cctv-1-3-sony-ccd-color-ir-indoor-outdoor-camera_330466429151_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/330466429151_0.jpg" alt="CCTV 1 3 SONY CCD COLOR IR INDOOR OUTDOOR CAMERA" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-cctv-1-3-sony-ccd-color-ir-indoor-outdoor-camera_330466429151_US.html" rel="nofollow"><strong>CCTV 1 3 SONY CCD COLOR IR INDOOR OUTDOOR CAMERA</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $49.99
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-30-led-12g-wireless-color-security-cctv-camera-tp35new_320585195656_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/320585195656_0.jpg" alt="30 LED 12G wireless Color Security CCTV Camera TP35New" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-30-led-12g-wireless-color-security-cctv-camera-tp35new_320585195656_US.html" rel="nofollow"><strong>30 LED 12G wireless Color Security CCTV Camera TP35New</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $10.53
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-security-surveillance-cctv-ir-audio-dome-camera_230518328903_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/230518328903_0.jpg" alt="SECURITY SURVEILLANCE CCTV IR AUDIO DOME CAMERA" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-security-surveillance-cctv-ir-audio-dome-camera_230518328903_US.html" rel="nofollow"><strong>SECURITY SURVEILLANCE CCTV IR AUDIO DOME CAMERA</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $27.99
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-30-ir-led-night-vision-security-cctv-color-camerantsc_360296139608_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/360296139608_0.jpg" alt="30 IR LED Night Vision Security CCTV Color CameraNTSC" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-30-ir-led-night-vision-security-cctv-color-camerantsc_360296139608_US.html" rel="nofollow"><strong>30 IR LED Night Vision Security CCTV Color CameraNTSC</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $26.49
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-30-ir-led-night-vision-security-cctv-color-camera-pal_110580658764_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/110580658764_0.jpg" alt="30 IR LED Night Vision Security CCTV Color Camera PAL" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-30-ir-led-night-vision-security-cctv-color-camera-pal_110580658764_US.html" rel="nofollow"><strong>30 IR LED Night Vision Security CCTV Color Camera PAL</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $26.49
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-internet-ip-color-network-camera-sony-ccd-cctv-dome-106_260657771872_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/260657771872_0.jpg" alt="Internet IP Color Network Camera SONY CCD CCTV Dome 106" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-internet-ip-color-network-camera-sony-ccd-cctv-dome-106_260657771872_US.html" rel="nofollow"><strong>Internet IP Color Network Camera SONY CCD CCTV Dome 106</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $215.00
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-outdoor-internet-ip-network-ccd-camera-cctv-video-106h_260657770750_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/260657770750_0.jpg" alt="OUTDOOR Internet IP Network CCD Camera CCTV Video 106H" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-outdoor-internet-ip-network-ccd-camera-cctv-video-106h_260657770750_US.html" rel="nofollow"><strong>OUTDOOR Internet IP Network CCD Camera CCTV Video 106H</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $260.00
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-27x-ptz-internet-ip-network-ccd-camera-video-cctv-109_260657773027_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/260657773027_0.jpg" alt="27X PTZ Internet IP Network CCD Camera Video CCTV 109" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-27x-ptz-internet-ip-network-ccd-camera-video-cctv-109_260657773027_US.html" rel="nofollow"><strong>27X PTZ Internet IP Network CCD Camera Video CCTV 109</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $360.00
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-25-lcd-tft-color-monitor-for-dvd-cctv-camera_230518328899_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/230518328899_0.jpg" alt="25 LCD TFT COLOR MONITOR FOR DVD CCTV CAMERA" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-25-lcd-tft-color-monitor-for-dvd-cctv-camera_230518328899_US.html" rel="nofollow"><strong>25 LCD TFT COLOR MONITOR FOR DVD CCTV CAMERA</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $38.99
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-wired-color-day-night-6-ir-led-cctv-spy-camera-ntsc_360296139727_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/360296139727_0.jpg" alt="Wired Color Day Night 6 IR LED CCTV Spy Camera NTSC" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-wired-color-day-night-6-ir-led-cctv-spy-camera-ntsc_360296139727_US.html" rel="nofollow"><strong>Wired Color Day Night 6 IR LED CCTV Spy Camera NTSC</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $16.99
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-42-520tvl-sony-ccd-ptz-cctv-security-camera-5mm-15mm_280557208013_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/280557208013_0.jpg" alt="42 520TVL Sony CCD PTZ CCTV Security Camera 5mm 15mm" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-42-520tvl-sony-ccd-ptz-cctv-security-camera-5mm-15mm_280557208013_US.html" rel="nofollow"><strong>42 520TVL Sony CCD PTZ CCTV Security Camera 5mm 15mm</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $193.99
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-new-1280x960-spy-video-audio-cctv-record-camera-pen_250692117277_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/250692117277_0.jpg" alt="NEW 1280x960 SPY VIDEO AUDIO CCTV RECORD CAMERA PEN" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-new-1280x960-spy-video-audio-cctv-record-camera-pen_250692117277_US.html" rel="nofollow"><strong>NEW 1280x960 SPY VIDEO AUDIO CCTV RECORD CAMERA PEN</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $10.51
    </td>
  </tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="5">
  <tr>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-35-8mm-dc-auto-iris-cctv-camera-lens-varifocal-zoom_350389303512_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/350389303512_0.jpg" alt="35 8MM DC AUTO IRIS CCTV CAMERA LENS VARIFOCAL ZOOM" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-35-8mm-dc-auto-iris-cctv-camera-lens-varifocal-zoom_350389303512_US.html" rel="nofollow"><strong>35 8MM DC AUTO IRIS CCTV CAMERA LENS VARIFOCAL ZOOM</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $14.99
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-2-outdoor-fake-dummy-security-cameras-cctv-camera_400150559578_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/400150559578_0.jpg" alt="2 OUTDOOR FAKE DUMMY SECURITY CAMERAS CCTV CAMERA" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-2-outdoor-fake-dummy-security-cameras-cctv-camera_400150559578_US.html" rel="nofollow"><strong>2 OUTDOOR FAKE DUMMY SECURITY CAMERAS CCTV CAMERA</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $43.00
    </td>
    <td width="300" align="center" style="word-wrap: break-word;border: 1px solid #eeeeee;font-size:12px;" bgcolor="#ffffff" onmouseover="style.backgroundColor='#e8e8e8';" onmouseout="style.backgroundColor='#ffffff'">
      <a href="http://burfieldstuff.com/item-48-ir-led-day-night-weatherproof-sharp-ccd-camera-cctv_110580658777_US.html" rel="nofollow"><img src="http://burfieldstuff.com/images/e/110580658777_0.jpg" alt="48 IR LED Day Night Weatherproof Sharp CCD Camera CCTV" border="0" /></a><br />
      <a href="http://burfieldstuff.com/item-48-ir-led-day-night-weatherproof-sharp-ccd-camera-cctv_110580658777_US.html" rel="nofollow"><strong>48 IR LED Day Night Weatherproof Sharp CCD Camera CCTV</strong></a><br />
      <img src="http://burfieldstuff.com/images/pp.gif" alt="Paypal" />&nbsp;&nbsp;&nbsp;US $33.00
    </td>
  </tr>
</table>


<table width="100%" border="0" cellspacing="5" cellpadding="5" style="background-color:#eaeaea">
  <tr>
    <td align="left">
<script type="text/javascript">
<!-- Begin
function Page_cctvcamera(arg){
  document.forms['page_cctvcamera'].pagenum_cctvcamera.value = arg;
  document.forms['page_cctvcamera'].submit();
}
// End -->
</script>
<form name="page_cctvcamera" id="page_cctvcamera" method="post" action="" style="width:300px;margin:0; text-align:left;">
<input name="pagenum_cctvcamera" value="" type="hidden" />
<input name="sortnum_cctvcamera" value="" type="hidden" />
<input name="country" type="hidden" value="US" />
View Page:&nbsp;&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(1)" rel="nofollow"><u><strong>1</strong></u></a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(2)" rel="nofollow">2</a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(3)" rel="nofollow">3</a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(4)" rel="nofollow">4</a>&nbsp;&nbsp;<a href="javascript:Page_cctvcamera(5)" rel="nofollow">5</a>
</form>

    </td>
    <td align="right"></td>
  </tr>
</table>


</div>

]]></content:encoded>
			<wfw:commentRss>http://burfieldstuff.com/2009/09/03/cctv-and-webcams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
