logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ios学习--XCode添加lib库(c/c++编译,采用gcc)

主要的步骤:1,将***.a拖入到Frameworks中,既制定了libs的search目录。2,修改"Header search Paths"将header的目录路径填入,其中“$(SRCROOT)”表示工程文件的路径。3,既可以当成基本的windows的lib库使用。

#ios#windows
ios学习--iOS CVImageBuffer distorted from AVCaptureSessionDataOutput with AVCaptureSessionPresetPhoto

At a high level, I created an app that lets a user point his or her iPhone camera around and see video frames that have been processed with visual effects. Additionally, the user can tap a button to t

#ios#iphone
到底了