BrnBlrg

Results 5 comments of BrnBlrg

I would love to know this as well. For my application, I'd like to synch two cameras and use them for stereovision.

Thanks for the reply! I was thinking about doing something like that. A little arduino lighting an LED or something. I'm not sure if I'll bother doing it this go-around,...

Montanier's solution worked for me. tests/Makefile.am needs to have line 14 edited. I'll submit a PR.

Similarly, trying an alternate Docker image: ``` $ export JEKYLL_VERSION=4.3.3 $ docker run --rm \ --volume="$PWD:/srv/jekyll:Z" \ -it jvconseil/jekyll-docker:$JEKYLL_VERSION \ jekyll build Status: Downloaded newer image for jvconseil/jekyll-docker:4.3.3 Bundler 2.5.5...