Skip to content

exavideo/exacore-cef-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exacore-cef-plugin

Use Chromium Embedded Framework to render live HTML5 graphics for keying

Requirements

Building

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo chown root:root exacore-cef/Release/chrome-sandbox
sudo chmod 4755 exacore-cef/Release/chrome-sandbox

Usage

In your keyer_run.rb do something like:

cef = ShmCharacterGenerator.new('/path/to/build/exacore-cef/Release/exacore-cef --url=http://example.com')
cef.set_x 0
cef.set_y 0
keyer.cg cef

Caveats

No runtime control of the browser yet; it just loads the one URL at startup. You can probably work around this with websockets but this functionality is in the works.

About

Chromium Embedded Framework renderer plugin for exacore keyer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published