You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use imageReader to get frames from stdin.
Perhaps, a generic way of reading from any System.IO.Handle would be even better.
Maybe, something like this:
importSystem.IO (Handle)
dataInputSource=FileFilePath
| CameraStringCameraConfig
| InputHandleHandlederiving (Eq, Show) -- System.IO.Handle doesn't have instances for Read and Ord
Or is there another way to read from stdin?
The text was updated successfully, but these errors were encountered:
I'd like to use
imageReader
to get frames fromstdin
.Perhaps, a generic way of reading from any
System.IO.Handle
would be even better.Maybe, something like this:
Or is there another way to read from
stdin
?The text was updated successfully, but these errors were encountered: