Article Coming soon!
For now you can download the resources from here
Installing OPCUA
OPCUA communication library does not come pre-installed. To install it:
Open Anaconda Command Prompt and type:
pip install opcua
Installing OpenCV
In Anaconda Command Prompt
conda install -c conda-forge opencv
ONLY IF If OpenCV installaion did not work for any reason, try this:
conda install --channel https://conda.anaconda.org/menpo opencv3