diff options
author | scuri <scuri> | 2009-06-24 20:58:10 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-06-24 20:58:10 +0000 |
commit | 21750ea8971fb40ef24cf7277659ec89cf4fb1bf (patch) | |
tree | 37c25a83ef8cae036756f136db70bab357fe3350 /html | |
parent | 9af5da11f9475fa6d82ae97ec45037136d4f62f9 (diff) |
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r-- | html/en/capture_guide.html | 3 | ||||
-rw-r--r-- | html/en/proc_guide.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/html/en/capture_guide.html b/html/en/capture_guide.html index b3f84c3..c610784 100644 --- a/html/en/capture_guide.html +++ b/html/en/capture_guide.html @@ -61,7 +61,8 @@ imVideoCaptureDestroy(vc);</pre> <h3><a name="Building">Building</a></h3> <p>You should include the <im_capture.h> header and link with the - "im_capture.lib" library. This library is independent of all IM libraries.</p> + "im_capture.lib" library. This library is independent of all IM libraries. + In Lua call require"imlua_capture".</p> <p>To link with the capture library in Windows using Visual C you will need the file "<a href="../download/strmiids.zip">strmiids.lib</a>". To link it using Dev-C++ or Mingw 3 you will need the "<b>im_capture.dll</b>".</p> diff --git a/html/en/proc_guide.html b/html/en/proc_guide.html index 5226702..f542cc3 100644 --- a/html/en/proc_guide.html +++ b/html/en/proc_guide.html @@ -15,7 +15,8 @@ <p>You should include one or more headers: <im_process_ana.h>, <im_process_glo.h>, <im_process_loc.h> and <im_process_pon.h>. And you must - link with the "im_process.a/im_process.lib" library. </p> + link with the "im_process.a/im_process.lib" library. In Lua call + require"imlua_process".</p> <p>The processing operations are very simple to use. Usually you just have to call the respective function. But you will have to ensure yourself that the image parameters for the input and output data are correct. Here is an |