2023-10-03 03:33:48 -06: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 02:35:14 -06:00
|
|
|
// // Example for a Swift Frame Processor plugin automatic registration
|
|
|
|
VISION_EXPORT_SWIFT_FRAME_PROCESSOR(ExampleSwiftFrameProcessorPlugin, example_kotlin_swift_plugin)
|
2023-10-03 03:33:48 -06:00
|
|
|
|
|
|
|
#endif
|