diff --git a/app/models/picture_set.rb b/app/models/picture_set.rb index d5d5fff..660bcc7 100644 --- a/app/models/picture_set.rb +++ b/app/models/picture_set.rb @@ -38,7 +38,7 @@ def create(date: Time.now.getlocal.strftime(DATE_FORMAT)) # wait until convert jobs are finished until jobs.none?(&:status) do end picture_set.create_animation - background_thread { picture_set.combine_images } if OPTS.render_collage + #background_thread { picture_set.combine_images } if OPTS.render_collage (1..4).each { |i| GpioPort.off(GpioPort::GPIO_PORTS["PICTURE#{i}"]) } GpioPort.off(GpioPort::GPIO_PORTS['PROCESSING']) picture_set