Skip to content

Commit

Permalink
StandardCyborgFusion: improve tracking on iPhone 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Thompson committed Jul 31, 2023
1 parent 8002d8d commit 876fb85
Show file tree
Hide file tree
Showing 31 changed files with 29 additions and 2,361 deletions.
2 changes: 1 addition & 1 deletion StandardCyborgFusion/StandardCyborgFusion.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StandardCyborgFusion'
s.version = '2.3.2'
s.version = '2.3.3'
s.summary = 'A framework that performs real time 3D reconstruction using the TrueDepth camera'
s.homepage = 'https://github.com/StandardCyborg/StandardCyborgCocoa'
s.social_media_url = 'https://twitter.com/StandardCyborg'
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//

#import <Foundation/Foundation.h>
#import <CoreVideo/CoreVideo.h>
#import <ImageIO/ImageIO.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SCLandmark2D.h
// FaceLandmarking
//
//
// Copyright © 2019 Standard Cyborg. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@

NS_ASSUME_NONNULL_BEGIN

extern NSString * const SCMeshingAPIErrorDomain;

/**
Error codes within SCMeshingAPIErrorDomain
These are only reported for Standard Cyborg API usage
*/
typedef NS_ENUM(NSUInteger, SCMeshingAPIError) {
SCMeshingAPIErrorInvalidAPIKey = 1,
SCMeshingAPIErrorExceededMeshingCountLimit = 2
};

@interface SCMeshingParameters : NSObject

/**
Expand Down Expand Up @@ -66,11 +55,6 @@ typedef NS_ENUM(NSUInteger, SCMeshingAPIError) {
*/
@property (nonatomic, copy) void (^progressHandler)(float progress);

/**
If non-nil, the error that occurred when performing this operation.
*/
@property (nonatomic, nullable) NSError *error;

@end

NS_ASSUME_NONNULL_END
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ FOUNDATION_EXPORT const unsigned char StandardCyborgFusionVersionString[];

#import <StandardCyborgFusion/CVPixelBufferHelpers.h>
#import <StandardCyborgFusion/SCAssimilatedFrameMetadata.h>
#import <StandardCyborgFusion/SCFaceLandmarking3D.h>
#import <StandardCyborgFusion/SCFaceTracking.h>
#import <StandardCyborgFusion/SCFootTracking.h>
#import <StandardCyborgFusion/SCLandmark2D.h>
#import <StandardCyborgFusion/SCLandmark3D.h>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 876fb85

Please sign in to comment.