What is the best way to record a video with augmented reality

后端 未结 1 1047
面向向阳花
面向向阳花 2020-12-10 20:13

What is the best way to record a video with augmented reality? (adding text, images logo to frames from iPhone/iPad camera)

Previously I was trying to figure out how

相关标签:
1条回答
  • 2020-12-10 20:20

    now I answer my own question

    the best would be to use Objective-C++ class (.mm) where we can use OpenCV and easily/fast convert from CMSampleBuffer to cv::Mat and back to CMSampleBuffer after processing

    we can easily call Objective-C++ functions from Swift

    0 讨论(0)
提交回复
热议问题