Closed kmsquire closed 5 years ago
Without using Makie and viewcam(), I just ran into this error.
viewcam()
julia> import VideoIO julia> f = VideoIO.opencamera() ERROR: UndefRefError: access to undefined reference Stacktrace: [1] getproperty at ./Base.jl:20 [inlined] [2] getindex at ./refvalue.jl:32 [inlined] [3] opencamera() at /Users/kevinsquire/.julia/dev/VideoIO/src/avio.jl:686 [4] top-level scope at REPL[2]:1
Without using Makie and
viewcam()
, I just ran into this error.