Open edoroe opened 2 years ago
If you enable "allow for photo images" feature, photo command should support to write image data to a file.
So. You are absolutely right! But it is a question possibility of use tkvlc in only Tcl, that is without Tk. Which means the absence of all commands Tk, including commands to work with the image.
Hello Danilo,
Is it possible to somehow add the ability to receive binary jpeg data from the video stream when used tkvlc with tclsh?
For Example:
tkvlc::init HANDLE tcl_variable
where tcl_variable is a variable tcl that contains binary data in the jpeg format.
Thanks!