- 博客(6)
- 收藏
- 关注
原创 unity android保存摄像头(Vuforia AR)拍照,载入UGUI image组件
为考虑pc/android/ios兼容性,另外也避免访问系统相册不同系统不一致的麻烦, 我们采用 application.persistentDataPath 来进行图像读写访问。 步骤1. 保存图像 cameraTexture = new Texture2D(Screen.width, Screen.height, TextureFormat.ARGB32, false);
2016-09-05 23:38:31 2887 1
原创 monodevelop不能复制外面代码粘贴
解决方案参考贴吧:http://tieba.baidu.com/p/4763069355 证实有用的是,将外部代码粘贴到搜索框,然后再拷贝粘贴就可以了。
2016-09-05 17:25:57 6274 3
原创 vs2010 'yasm' is not recognized as an internal or external command
网上下载了 mpg123的解码包,用vs2010打开报标题错误。 原来是缺少yasm, 从http://yasm.tortall.net/Download.html 下载.exe,改名放到 C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin (vc的安装目录) 目录下, 解决。
2015-12-29 11:27:48 2020
原创 qt 如何调用c函数
many opensource code is in c code format for most wide use. qt uses c++. so use c function is the same as common C++ and C program. c functions and var to be called by c++ should be in a header file
2015-12-06 13:12:45 2032
原创 qt iOS app 如何获取共享文件夹文件,如何使用document文档目录文件
how to get sharing document directory is something different with other qt platforms. IOS app always use files only in app's sandbox. So we just need to find it's sandbox directory. we may think fol
2015-11-28 20:57:58 1965
原创 芯片设计到硬件开发到软件研发
从学校毕业10多年,一直做技术一线工作,越来越深有体会,软件能干的事越来越多。 主导过芯片设计一次创业,花两年功夫,两三个人搞出一款全球销量过亿的游戏掌机全兼容主控芯片, 出来后被小米为代表的智能手机潮流无情打败,谁还用掌机打游戏呢?比日本人晚了几年,结果连汤都一点没喝着。 顺势而为很重要,于是这两年做过智能硬件开发,做过几个android,ios原生平台开发的小APP。 做技术有一股痴迷
2015-11-21 20:30:57 1429
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人