Support for starting images and many more parameters.

This commit is contained in:
2023-04-23 02:40:41 -07:00
parent 7c0b2779f4
commit d31e80bf4c
7 changed files with 176 additions and 3 deletions

View File

@ -3,5 +3,6 @@ import Foundation
public enum SdCoreError: Error {
case modelNotLoaded
case imageEncodeFailed
case imageDecodeFailed
case modelNotFound
}