JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

opencamera(): ERROR: UndefRefError: access to undefined reference #167

Closed kmsquire closed 5 years ago

kmsquire commented 5 years ago

Without using Makie and viewcam(), I just ran into this error.

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