Ian Mayo
Ian Mayo
Thanks @clenoble . (I hope we can avoid re-writing screencast-o-matic) You have raised something I hadn't considered. My original idea was to let the user select between recording just the...
We've suspended this task, I think we were struggling with xuggler. If/when we restart it, we should consider one of the ffmpeg java wrapper libraries - since ffmpeg is still...
An alternate strategy could be to use a Python record-to-video utility, as created by Ed. ``` from threading import Thread, Event import time import PIL import PIL.ImageGrab import PIL.ImageChops import...
An alternative route to this could be to use an existing application. We _may_ be able to modify this Open Source application to include features we would need to integrate...
Here's a tutorial on how to use JCodec to make a screen recorder: https://steemit.com/utopian-io/@ideba/how-to-build-a-program-for-pc-screen-recording-video-with-java-part-2 Sources for above here: https://github.com/enyason/DesktopScreenRecorder Here is an Eclipse plugin that claims to provide screen recording:...
@ayeshare - the failing unit tests highlight that the SensorWrapper logic has changed. I've tried to reinstate the correct logic, but a couple of unit tests are still failing. We've...
Still some unit tests to fix, please @ayeshare https://travis-ci.com/github/debrief/debrief/builds/202717868#L5965
Sample files. The one with 500k positions matches the size of the one which the analyst struggled with. [500k.rep.zip](https://github.com/debrief/debrief/files/5615962/500k.rep.zip) [1036k.rep.zip](https://github.com/debrief/debrief/files/5615965/1036k.rep.zip)
thanks Helen :-)
Ok, I've seen this occasionally over the years. I hadn't been able to reproduce it before. But, since users don't typically have the Error Log open, and their experience isn't...