<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/index.php?action=history&amp;feed=atom&amp;title=Logitech_Webcam_Pro_9000</id>
	<title>Logitech Webcam Pro 9000 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/index.php?action=history&amp;feed=atom&amp;title=Logitech_Webcam_Pro_9000"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Logitech_Webcam_Pro_9000&amp;action=history"/>
	<updated>2026-04-20T04:49:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Logitech_Webcam_Pro_9000&amp;diff=3855&amp;oldid=prev</id>
		<title>Jusfixit at 14:44, 19 August 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Logitech_Webcam_Pro_9000&amp;diff=3855&amp;oldid=prev"/>
		<updated>2010-08-19T14:44:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here are some initial clues toward making a Logitech Webcam Pro 9000&lt;br /&gt;
camera co-operate with Zoneminder.   On the Zoneminder console:&lt;br /&gt;
  http://localhost/zm/index.php&lt;br /&gt;
when one selects the &amp;quot;Add New Monitor&amp;quot; command button, some appropriate&lt;br /&gt;
values may resemble:&lt;br /&gt;
&lt;br /&gt;
 General tab&lt;br /&gt;
  Name  Whose_webcam&lt;br /&gt;
  Source Type  Local&lt;br /&gt;
   :&lt;br /&gt;
 Source tab&lt;br /&gt;
  Device Path  /dev/video0&lt;br /&gt;
  Capture Method  Video For Linux version 2&lt;br /&gt;
  Device Channel 0&lt;br /&gt;
  Device Format  PAL B&lt;br /&gt;
  Capture Palette  YUYV&lt;br /&gt;
  Capture Width (pixels)  1600&lt;br /&gt;
  Capture Height (pixels)  1200&lt;br /&gt;
&lt;br /&gt;
One clue for the correct value to supply for the Device Path is to scan (as the root user) through the entries in the /dev directory for an entry created at the time the webcam was first connected to this computer system.&lt;br /&gt;
&lt;br /&gt;
  /dev:&lt;br /&gt;
  crw-rw----+  1 root video    81,   0 Aug 16 19:20 video0&lt;br /&gt;
&lt;br /&gt;
If Zoneminder drops FATAL error messages in e.g. /var/log/messages such as:&lt;br /&gt;
&lt;br /&gt;
  zmc ... [Failed to stat video device /dev/video: No such file or directory]&lt;br /&gt;
&lt;br /&gt;
the guess for the Device Path was incorrect or entered with a typographical error.&lt;br /&gt;
&lt;br /&gt;
More clues for the correct values to supply for the Device Format and Capture Palette may be found using the zmu utility program which is included with your Zoneminder installation:&lt;br /&gt;
&lt;br /&gt;
 [root@who ~]# zmu -d /dev/video0 --query&lt;br /&gt;
 error22&lt;br /&gt;
 [root@who ~]# zmu -d /dev/video0 -V2 --query &lt;br /&gt;
 error22&lt;br /&gt;
 [root@who ~]# zmu -d /dev/video0 -V1 --query&lt;br /&gt;
 d:/dev/video0|N:UVC Camera   (046d:0809)|T:1|nC:1|nA:0|mxW:1600|mxH:1200|mnW:48|mnH:32|X:0|Y:0|W:640|H:480|P:8|D:16|B:32896|h:0|Cl:7196|Cn:8224|w:0|n0:Camera 1|C0:0|Fl0:0|T0:2|F0:0&lt;br /&gt;
 [root@who ~]# zmu -d /dev/video0 --verbose -V1 --query&lt;br /&gt;
 Video Device: /dev/video0&lt;br /&gt;
 Video Capabilities&lt;br /&gt;
   Name: UVC Camera (046d:0809)&lt;br /&gt;
   Type: 1&lt;br /&gt;
     Can capture&lt;br /&gt;
   Video Channels: 1&lt;br /&gt;
   Audio Channels: 0&lt;br /&gt;
   Maximum Width: 1600&lt;br /&gt;
   Maximum Height: 1200&lt;br /&gt;
   Minimum Width: 48&lt;br /&gt;
   Minimum Height: 32 &lt;br /&gt;
 Window Attributes&lt;br /&gt;
   X Offset: 0&lt;br /&gt;
   Y Offset: 0&lt;br /&gt;
   Width: 640&lt;br /&gt;
   Height: 480&lt;br /&gt;
 Picture Attributes&lt;br /&gt;
   Palette: 8 - YUYV&lt;br /&gt;
   Colour Depth: 16&lt;br /&gt;
   Brightness: 32896&lt;br /&gt;
   Hue: 0&lt;br /&gt;
   Colour :7196&lt;br /&gt;
   Contrast: 8224&lt;br /&gt;
   Whiteness: 0&lt;br /&gt;
 Channel 0 Attributes&lt;br /&gt;
   Name: Camera 1&lt;br /&gt;
   Channel: 0&lt;br /&gt;
   Flags: 0&lt;br /&gt;
   Type: 2 - Camera&lt;br /&gt;
   Format: 0 - PAL&lt;br /&gt;
 [root@who ~]# &lt;br /&gt;
&lt;br /&gt;
I have not found a combination of values using Capture Method &amp;quot;Video for Linux version 1&amp;quot; that works with this camera.  Some forum postings point toward imperfections in zmu, and other Logitech cameras that need Device Format &amp;quot;PAL B&amp;quot;, which is only available under &amp;quot;Video for Linux version 2&amp;quot;.  Thus far, I have only used one value for the Capture Width (1600) and the Capture Height (1200), but there are many other image sizes that this camera may supply.  See: &lt;br /&gt;
&lt;br /&gt;
  http://www.quickcamteam.net/devices/logitech_uvc_frame_format_list.pdf&lt;br /&gt;
&lt;br /&gt;
pages 5 and 6 (of 19) lists the ~18 frame formats for motion JPEG and the ~18 frame formats for still images.  (No, I do not understand why each resolution and frame rate is listed twice in each list.)&lt;br /&gt;
&lt;br /&gt;
If you are wishing to use a higher-resolution choice from this list, or you are seeing ERROR messages such as:&lt;br /&gt;
&lt;br /&gt;
  zm ... [Can&amp;#039;t shmget, probably not enough shared memory space free: Invalid argument]&lt;br /&gt;
&lt;br /&gt;
in the logs, you want to read and implement the instructions near:&lt;br /&gt;
&lt;br /&gt;
  http://www.zoneminder.com/wiki/index.php/FAQ#What_does_a_.27Can.27t_shmget:_Invalid_argument.27_error_in_my_logs_mean.3F_and_my_cameras_won.27t_display_video_at_higher_resolutions&lt;br /&gt;
&lt;br /&gt;
If you see FATAL messages such as:&lt;br /&gt;
&lt;br /&gt;
  zmc... [Failed to setup memory: Invalid argument]&lt;br /&gt;
&lt;br /&gt;
you did not select the correct Device Format.&lt;br /&gt;
&lt;br /&gt;
Following through this chain of references:&lt;br /&gt;
&lt;br /&gt;
  http://www.quickcamteam.net/documentation/reference&lt;br /&gt;
  http://www.usb.org/developers/devclass_docs&lt;br /&gt;
  http://www.usb.org/developers/devclass_docs/USB_Video_Class_1_1.zip&lt;br /&gt;
&lt;br /&gt;
can lead one to documentation for &amp;quot;USB Video Class 1.1&amp;quot;, the current version of the UVC specification.&lt;/div&gt;</summary>
		<author><name>Jusfixit</name></author>
	</entry>
</feed>