livekeys icon indicating copy to clipboard operation
livekeys copied to clipboard

Livekeys - Automation Platform with support for live scripting.

Results 18 livekeys issues
Sort by recently updated
recently updated
newest added

Builds, runs, all test passes.

I just discovered this project and it sounds very cool, so I tried getting it to run but I am running into the following problems: I tried the minimal download...

Hello I am trying to make this project but when i make it with qmake , i have this problem : Project ERROR: opencv4 development package not found I have...

When you use image with big resolution, the output window should provide scrollbars just like code editor has.

Live CV should be aware of installed modules/plugins.

Sample code: ``` Documentation DocumentationIndexer[qml] DocumentationUrl durl = DocumentationIndexer[qml].find("opencv.contrib.core", "TLDTracker", "speed") durl.type == "html" => return QmlComponent("html").load(durl) durl.type == "md" => return QmlComponent("md").load(durl) ```

I am wondering if this can be used in android or ios

question

Captures the window contents that can be further cropped and streamed to another source.

enhancement
qml
cpp

Allow an item to stream it's content to another source using the ```grabToImage(callback, targetSize)``` function: ``` source.grabToImage(function(result){ result.saveToFile("file.png"); }); ```

qml
cpp