kanvas-ios icon indicating copy to clipboard operation
kanvas-ios copied to clipboard

Allow Stitch mode to capture an unlimited number of media

Open jschementi opened this issue 4 years ago • 0 comments

Currently, Stitch mode will store captured media on disk, but the thumbnail is stored in memory. This means we could run out of memory if someone captured a large number of images or videos.

The thumbnails should be on disk also, and we should make sure that they are loaded out of memory as the corresponding cell in the clips list goes off-screen.

jschementi avatar Dec 02 '20 20:12 jschementi