Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.71 KB | None | 0 0
  1. <!--
  2. Stores settings data for available cameras on host machine.
  3. You should not add camera settings manually as they are automatically detected and saved to this file.
  4. After Initial camera detection you can update this file to tweak any camera specific settings.
  5. -->
  6. <CAMERAS>
  7.     <CAMERA>
  8.         <SETTINGS>
  9.             <TYPE>DIRECTSHOW</TYPE>
  10.             <FRAME>
  11.                 <WIDTH>320</WIDTH>
  12.                 <HEIGHT>240</HEIGHT>
  13.                 <LEFT>0</LEFT>
  14.                 <TOP>0</TOP>
  15.                 <!-- Always 0 for this type of camera -->
  16.                 <RAW>0</RAW>
  17.             </FRAME>
  18.             <SENSOR>
  19.                 <MODE>0</MODE>
  20.                 <DEPTH>3</DEPTH>
  21.                 <FRAMERATE>15</FRAMERATE>
  22.                 <BRIGHTNESS>
  23.                     <AUTO>0</AUTO>
  24.                     <VALUE>0</VALUE>
  25.                 </BRIGHTNESS>
  26.                 <CONTRAST>
  27.                     <AUTO>0</AUTO>
  28.                     <VALUE>5</VALUE>
  29.                 </CONTRAST>
  30.                 <HUE>
  31.                     <AUTO>0</AUTO>
  32.                     <VALUE>4</VALUE>
  33.                 </HUE>
  34.                 <GAMMA>
  35.                     <AUTO>0</AUTO>
  36.                     <VALUE>7</VALUE>
  37.                 </GAMMA>
  38.                 <GAIN>
  39.                     <AUTO>0</AUTO>
  40.                     <VALUE>9</VALUE>
  41.                 </GAIN>
  42.                 <SATURATION>
  43.                     <AUTO>0</AUTO>
  44.                     <VALUE>6</VALUE>
  45.                 </SATURATION>
  46.                 <SHARPNESS>
  47.                     <AUTO>0</AUTO>
  48.                     <VALUE>2</VALUE>
  49.                 </SHARPNESS>
  50.                 <PAN>
  51.                     <AUTO>0</AUTO>
  52.                     <VALUE>13</VALUE>
  53.                 </PAN>
  54.                 <TILT>
  55.                     <AUTO>0</AUTO>
  56.                     <VALUE>14</VALUE>
  57.                 </TILT>
  58.                 <ROLL>
  59.                     <AUTO>0</AUTO>
  60.                     <VALUE>15</VALUE>
  61.                 </ROLL>
  62.                 <ZOOM>
  63.                     <AUTO>0</AUTO>
  64.                     <VALUE>12</VALUE>
  65.                 </ZOOM>
  66.                 <EXPOSURE>
  67.                     <AUTO>0</AUTO>
  68.                     <VALUE>1</VALUE>
  69.                 </EXPOSURE>
  70.                 <IRIS>
  71.                     <AUTO>0</AUTO>
  72.                     <VALUE>10</VALUE>
  73.                 </IRIS>
  74.                 <FOCUS>
  75.                     <AUTO>0</AUTO>
  76.                     <VALUE>11</VALUE>
  77.                 </FOCUS>
  78.             </SENSOR>
  79.             <!--
  80.         Common settings are not setted here
  81.         because every DIRECTSHOW camera has unique set of
  82.         supported settings
  83.         -->
  84.             <GUID>0</GUID>
  85.         </SETTINGS>
  86.     </CAMERA>
  87. </CAMERAS>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement