# Anyone successfully used OpenCV in Windows?

**URL:** https://discourse.julialang.org/t/anyone-successfully-used-opencv-in-windows/4154
**Category:** Visualization
**Tags:** question
**Created:** [June 8, 2017, 12:50am UTC](https://discourse.julialang.org/t/anyone-successfully-used-opencv-in-windows/4154 "2017-06-08T00:50:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rand5](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rand5/32/867_2.png) [@rand5](https://discourse.julialang.org/u/rand5)
#### Post date: [June 8, 2017, 12:50am UTC](https://discourse.julialang.org/t/anyone-successfully-used-opencv-in-windows/4154/1 "2017-06-08T00:50:33Z")

</div>

I was very excited to see access to [OpenCV via Julia](https://github.com/JuliaOpenCV/LibOpenCV.jl) but have had a bit of a run-around trying to get it to work. When trying to build the package, I get an error related to the Cxx.jl package that was flagged [here](https://github.com/Keno/Cxx.jl/issues/293). This seems to have put a stop to windows users going the Julia-\>OpenCV route. My next thought was that if I can call python code via PyCall.jl and I can access OpenCV via python, I should be able to access the functionality via Julia-\>python-\>OpenCV. Unfortunately though, I installed python via Conda as recommended on the [PyCall.jl page](https://github.com/JuliaPy/Conda.jl) and getting OpenCV up in running via this implementation of python is less than intuitive.  
I am wondering if anyone has had success accessing OpenCV functionality via Julia on a Windows machine.
