Mario Conforti

Results 2 issues of Mario Conforti

I'm trying to use an animation onComplete js function, in this way: ``` Animation animation = new Animation(); JavaScriptFunction js = new JavaScriptFunction("function(){alert(chart.toBase64Image())}"); animation.setOnComplete(js); options.setAnimation(animation); ``` this is rendered in...

Hello, thanks for this application first of all. I'm trying to use JRPiCam in a java application on my RaspberryPi v3. I can take photos using the raspistill command without...