main
Jacob Windle 2023-01-31 10:56:11 -05:00
parent b0d3c2ac08
commit 6abc7678c6
1 changed files with 2 additions and 0 deletions

View File

@ -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)