Kevin Reedy
Kevin Reedy
Confirmed this is an issue by changing https://github.com/petersimonsson/libqatemcontrol/blob/252b0319fabf291a90d791bddc7619c2ebf0b095/example/qatemuploader/qatemuploader.cpp#L82 to ``` m_connection->sendDataToSwitcher(0, m_position, info.baseName().toUtf8(), QAtemConnection::prepImageForSwitcher(image, 1920, 1080)); ``` No longer segfaulting, but hanging at ``` Uploading... [onCCdP] Unknown adjustment domain: 4...
Just noticed the documentation at http://skaarhoj.com/fileadmin/BMDPROTOCOL.html now says: ``` August 2018: The free open source SKAARHOJ provided Arduino Libraries will only work with ATEM Software Control firmware versions up to...
I've been using a Docker container to do the build, so that it'll actually build correctly for lambda. As for running `npm build .` in the root after unzipping the...
I was able to get around this using the `include_files` option for now. It looks like that doesn't include recursively though, so I'm getting a bit verbose. https://github.com/kevinreedy/chef-asg-cleanup/blob/master/Gruntfile.js#L18-L29
@aheissenberger take a look at https://github.com/kevinreedy/chef-asg-cleanup for how I'm successfully building now, specifically https://github.com/kevinreedy/chef-asg-cleanup/blob/master/Dockerfile and https://github.com/kevinreedy/chef-asg-cleanup/blob/master/docker-compose.yml