Notes
This commit is contained in:
parent
b0d3c2ac08
commit
6abc7678c6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user