Ciaron Linstead

Results 13 comments of Ciaron Linstead

Hi! To be honest I haven't looked at this code for years now. Which version of Processing are you running? Do all the examples produce the same output?

I've just checked with Processing 4.0.1: the "simple_demo" and "ellipse" examples produce correct output. The "shapes" demo produces an (unrelated, I think) ArrayIndexOutOfBoundsException.

I think your commit 5f9f6c8, plus the same change in `camera_unprepare_capture` (see below) works fixes the error. ``` index 80d528e24..1fdea073c 100644 --- a/camlibs/ptp2/config.c +++ b/camlibs/ptp2/config.c @@ -628,8 +628,10 @@ camera_unprepare_capture...