diff --git a/src/camera.jl b/src/camera.jl index 2781ece..7e4ab8f 100644 --- a/src/camera.jl +++ b/src/camera.jl @@ -8,6 +8,8 @@ hello() = println("hello") """ Get the image from the video camera. + +NOTE: we will probably need to use some low level utilities from ffmpeg, exposed via subpackages of VideoIO. """ function get_image() cam = VideoIO.opencamera(encoder=false)