New versions (v3.3.1.1456) of all DLLs in SDKv3\Examples\Python\AVCapturePY\mwcapture\bin were copied to pymagewell\src\mwcapture\bin\x86
New version of SDKv3\Examples\Python\AVCapturePY\mwcapture\libmwcapture.py copied to pymagewell\src\mwcapture. This file was slightly modified to look for the DLL in the correct place using the os and Path modules.
Change made to device_status.py to reflect change in property names of mw_video_signal_status (defined in the DLL). row and col were changed to y and x respectively.
Fixes #11
SDKv3\Examples\Python\AVCapturePY\mwcapture\bin
were copied topymagewell\src\mwcapture\bin\x86
SDKv3\Examples\Python\AVCapturePY\mwcapture\libmwcapture.py
copied topymagewell\src\mwcapture
. This file was slightly modified to look for the DLL in the correct place using theos
andPath
modules.device_status.py
to reflect change in property names ofmw_video_signal_status
(defined in the DLL).row
andcol
were changed toy
andx
respectively.