Aespa icon indicating copy to clipboard operation
Aespa copied to clipboard

From camera to album, in just 2 lines

Results 21 Aespa issues
Sort by recently updated
recently updated
newest added

I'm trying use this public Init for the AespaOption ` public init(asset: Asset, session: Session, log: Log) ` But Asset, Log and Session are not accessible due to their 'internal'...

I'm wondering if it would be feasible using the current features of the library to record a video in slow motion? Thanks,

feature request

Great library, 2 days ago i got a project which required me to create an app which have the ability to record videos and share them later, something like reels....

feature request

I noticed that from time to time, the video feed freezes completely. I have to restart the whole app to make it work again. I do not know what actually...

It's currently not possible to swap the camera from back to front while recording a video. This will break the recording.

In my app, when the user takes multiple photos in rapid succession, the following error is triggered in line 46 of [`AespaCoreCamera.capture`](https://github.com/enebin/Aespa/blob/66a9face7d4ab96f184650b0e006bcd8bce8f4c2/Sources/Aespa/Core/AespaCoreCamera.swift#L46): `Thread 1: Fatal error: SWIFT TASK CONTINUATION MISUSE:...

Is there a way to select H.264 as the output video encoder in Aespa? We need this to play the videos in a web browser. The current codec is not...

We want to post-process the videos that have been recorded using Aespa. So it would be nice to have Aespa saving them directly to the app's document folder instead of...

I'd like to record the video in a resolution that is lower than the device's camera resolution, to save time when uploading the content. Is this possible?

After I resolved #54 and #55 by manually setting the AVVideoCaptureOrientation, I noticed that this does not work if I switch to the front camera. In this case, Aespa throws...