| 
									
										
										
										
											2023-10-03 11:33:48 +02:00
										 |  |  | //
 | 
					
						
							|  |  |  | //  ExampleSwiftFrameProcessor.m
 | 
					
						
							|  |  |  | //  VisionCameraExample
 | 
					
						
							|  |  |  | //
 | 
					
						
							|  |  |  | //  Created by Mateusz Medrek on 02/10/2023.
 | 
					
						
							|  |  |  | //
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if __has_include(<VisionCamera/FrameProcessorPlugin.h>)
 | 
					
						
							|  |  |  | #import <VisionCamera/FrameProcessorPlugin.h>
 | 
					
						
							|  |  |  | #import <VisionCamera/FrameProcessorPluginRegistry.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #import "VisionCameraExample-Swift.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-19 10:35:14 +02:00
										 |  |  | // // Example for a Swift Frame Processor plugin automatic registration
 | 
					
						
							|  |  |  | VISION_EXPORT_SWIFT_FRAME_PROCESSOR(ExampleSwiftFrameProcessorPlugin, example_kotlin_swift_plugin)
 | 
					
						
							| 
									
										
										
										
											2023-10-03 11:33:48 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 |