videomode and videomode2 attributes of the ARToolKitModule configuration element.flipH flip image horizontally (WARNING: non-optimal performance) flipV flip image vertically (WARNING: non-optimal performance) showDlg displays either WDM capture filter's property page or MSDV decoder format dialog (depending on source media type). only applies to WDM_CAP, will be ignored for AVI_FILE loopAVI continuously loops through an AVI file (applies only to AVI_FILE) noClock does not use a Reference Clock to synchronize samples; use this flag for offline post-processing (applies only to AVI_FILE) renderSec render secondary streams (applies only to AVI_FILE) An AVI file can contain an arbitrary number of multiplexed A/V substreams, usually there are at most 2 substreams (1st: video, 2nd: audio). the AVI_FILE input module will only try to render stream 0x00 (assuming that it's video) and ignore the remaning substreams. Use this flag to force IGraphBuilder->Render(IPin*) calls on substreams 1..n DO NOT SET this flag if your AVI file contains more than one video streaminputDevice=? supported parameters: "WDM_CAP" (WDM_VIDEO_CAPTURE_FILTER) use the DirectShow WDM wrapper to obtain live video input from a streaming capture device such as a IEEE 1394 DV camera or USB webcam."AVI_FILE" (ASYNC_FILE_INPUT_FILTER) use an Asynchronous File Input Filter to read & decode AVI video datavideoWidth=? preferred video width, EXAMPLE: "videoWidth=720" only applies to WDM_CAP, will be ignored for AVI_FILE videoHeight=? preferred video height, EXAMPLE: "videoHeight=576" only applies to WDM_CAP, will be ignored for AVI_FILEpixelFormat=? internal pixel format (see PixelFormat.h for supported types)friendlyName=? only applies to WDM_CAP, will be IGNORED if "inputDevice=WDM_CAP" is not set.) preferred WDM device (WARNING: WDM "friendly names" are locale-dependent), i.e. try to match substring <?> with the "friendly names" of enumerated DirectShow WDM wrappers (ksproxy.ax). WILL BE IGNORED IF deviceName=? IS SET. EXAMPLE: "deviceName=Microsoft DV Camera" for IEEE1394 DV devices "deviceName=QuickCam" for Logitech QuickCam.deviceName=? only applies to WDM_CAP, will be IGNORED if "inputDevice=WDM_CAP" is not set.) preferred WDM device, i.e. try to match substring <?> with the "device names" of enumerated DirectShow WDM wrappers (ksproxy.ax). Device names look like: "@device:*:{860BB310-5D01-11d0-BD3B-00A0C911CE86}" Use GraphEdit to figure out your camera's device name. deviceName=? WILL ALWAYS WILL OVERRIDE friendlyName=? EXAMPLE: "1394#unibrain&fire-i_1.2#4510000061431408"fileName=? only applies to AVI_FILE, will be IGNORED if "inputDevice=AVI_FILE" is not set. input file name, if just use a file's name (without its full path), the WIN32 API fuction SearchPath() (Winbase.h) will be used to locate the file.ieee1394id=? only applies to WDM_CAP, will be IGNORED if "inputDevice=WDM_CAP" is not set. Unique 64-bit device identifier, as defined by IEEE 1394. Hexadecimal value expected, i.e. "ieee1394id=437d3b0201460008" Use /bin/IEEE394_id.exe to determine your camera's ID.deinterlaceEvent=? supported parameters (see VFX_STATE_names[])deinterlaceMethod=? deinterlacing method (see VFxDeinterlaceParam.h for supported modes) supported parameters (see DEINTERLACE_METHOD_names[]):videomode="inputDevice=WDM_CAP,showDlg" videomode="flipH,flipV,showDlg" videomode="pixelFormat=PIXELFORMAT_RGB24,showDlg" videomode="showDlg,deinterlaceEvent=on,deinterlaceMethod=duplicate1" videomode="videoWidth=640,flipH,videoHeight=480,showDlg,deinterlaceEvent=auto" videomode="inputDevice=WDM_CAP,friendlyName=Microsoft DV Camera,videoWidth=720,videoHeight=480" videomode="inputDevice=WDM_CAP,friendlyName=Logitech,videoWidth=320,videoHeight=240,flipV" videomode="inputDevice=WDM_CAP,frendlyName=Microsoft DV Camera,ieee1394id=437d3b0201460008" videomode="inputDevive=WDM_CAP,deviceName=1394#unibrain&fire-i_1.2#4510000061431408" videomode="inputDevice=AVI_FILE,fileName=C:\Some Directory\Another Directory\Video.AVI" videomode="inputDevice=AVI_FILE,fileName=Video.AVI,pixelFormat=PIXELFORMAT_RGB24"
1.4.6