Ludovico Verniani
Ludovico Verniani
The API gives a few different confusing durations: - currentBufferDuration - watchDuration - currentDuration - totalDuration What do they mean? **I would like to find:** 1. The current time the...
When trimming a video and then selecting a thumbnail, the thumbnail chooser view is unaware of the trim and allows you to choose a frame outside of the trim. This...
I am aware that this library is meant to copy instagrams media picker. One issue I have found is that when selecting multiple peices of media from the library, the...
I have been pulling my hair for hours trying to figure out why the data from calling .fetchData on videos always had 0 bytes despite marking: ``` config.video.compression = AVAssetExportPresetHighestQuality...
As of now, when choosing a thumbnail, it seems like the jumps are quite drastic about 2-3seconds. I think it would be beneficial if the thumbnail range was decreased to...
I am trying to convert MobileNetV2, which uses batch normalization but I run into this error. Is there a workaround? File "/Users/ludovico/Documents/Documents2.0/School/Glaucoma/code/env/lib/python3.7/site-packages/coremltools/converters/keras/_keras_converter.py", line 828, in convert use_float_arraytype=use_float_arraytype, File "/Users/ludovico/Documents/Documents2.0/School/Glaucoma/code/env/lib/python3.7/site-packages/coremltools/converters/keras/_keras_converter.py", line...
I have found that switching cameras (calling method flipCaptureDevicePosition) from back to front is quite problematic in .video only when you choose a video configuration preset that is not supported...
I have rows that have a swipe to remove gesture. Can I remove a row programatically?
With a few adjustments to fit with my own models and functionality, this library is working great and is easy to understand (for the most part). However I have listed...
I am unsure if this is an iOS 13 issue, a modal view controller presentation issue, or an issue with the source code, but the collection view cells go crazy...