﻿<?php 
/*
* Optimisation de la page, structure et SEO
* 
* @autor PHPascal.com
* @since 2013-09-15 21:26:22
*/
$str = '../../'; 
$leftColMenuType = "streampix"; 
$menu_actif = 'products';

$number_of_days = 30 ;
$date_of_expiry = time() + 60 * 60 * 24 * 1 ;
setcookie( "leftColMenuType", $leftColMenuType, $date_of_expiry, "/" ); 


/* <head> info for the page */
$title = "StreamPix digital video recording software for multiple cameras.";
$meta_desc = "StreamPix digital video recording software for machine vision and scientific cameras. Capture from multiple cameras with time stamp and more features.";
$meta_key = "multiple camera, digital video camera, streampix, multi camera, digital video, multiple camera recording, multiple camera recording software, camera software, digital video recorder software";


/* title <H1> of the page */
$h1 = "Multiple camera digital video recording software";

/* breadcrumb link */
$arial = "<a href='$str"."index.php'>Home</a>  / <a href='$str"."products/'>Products</a> / StreamPix multiple camera - digital video camera";



include  ($str."_template/top.php");


?>
<div class="container-fluid">
	<div class="row">
		<div class="col-xs-12">
			<p>
				<a href="<?php echo $str; ?>downloads/requestademo.php?streampixmulticamera">Request a demo</a>
			</p>
			<h2>New StreamPix 7 multiple camera recording software.</h2>
			
			<p>Consult our <a href="https://www.norpix.com/blog/">blog</a> for a list of new features and applications.</p>
			
			<p>
			StreamPix is NorPix's flagship software product. Resulting from more than 10 years of interaction with our vast group of customers, StreamPix has become the ultimate Digital Video Camera Recording software. It offers a state of the art user interface, and an enormous amount of usage flexibility for single or multiple camera recording. 

			</p>
			<p>With StreamPix, it is possible to view, control and acquire from multiple cameras simultaneously, all in the same user interface. StreamPix provides a complete management console for cameras, simplifying the setup, control and acquisition from any number and type of camera. The number of digital video cameras supported is only limited by a condition wherein the combined data rate of the cameras exceeds the internal bus bandwidth or processor capabilities of the computer. 
</p>
			<p>Adding more capabilities to multiple camera StreamPix software is our daily routine at NorPix. Every month, we issue free software updates that include the latest developments, driver updates and optimizations. We are constantly listening to our customer base requests for improving our software and providing you with the best possible customer experience.
			</p>
		</div>
	</div>
	<div class="row">
		<div class="col-xs-12 col-lg-8 col-lg-offset-2 text-center">
			<p>
				<a href="<?php echo $str; ?>products/streampix/streampix_more.php">
					<img src="modules/images/montage-2cameras-1.jpg" class="img" alt="Multiple camera – StreamPix digital video camera" title="Multiple camera – StreamPix" />
				</a>
			</p>
			<a href="<?php echo $str; ?>products/streampix/streampix_more.php">
				For more StreamPix snapshots
			</a>
		</div>
	</div>
	<div class="row">
		<div class="col-xs-12">
			<p>
				<a href="<?php echo $str; ?>brochures/StreamPix.pdf">Download StreamPix brochure</a>
			</p>
		</div>
	</div>
</div>

			
		
<?php include $str."_template/bottom.php"; ?>