文件名称:Ti-iPhone-Camera-View:Titanium 模块从 iPhone 相机捕获输入并将其流式传输到 Titanium 视图
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-21 14:07:11
Python
iPhone 相机查看模块 描述 Titanium View 的背景图片直接来自 iPhone 的相机。 访问模块 要从 JavaScript 访问此模块,您需要执行以下操作: var cameraview = require("pw.custom.iphonecamera"); customiphonecamera 变量是对 Module 对象的引用。 参考 相机视图采用与标准钛视图相同的属性和方法。 用法 var win = Ti.UI.createWindow({ backgroundColor:'white' }); if( Ti.Media.isCameraSupported ) { var cameraview = require("pw.custom.iphonecamera"); win.add( cameraview.createView() ); } win
【文件预览】:
Ti-iPhone-Camera-View-master
----build.py(7KB)
----PwCustomIphonecamera_Prefix.pch(62B)
----example()
--------app.js(922B)
----hooks()
--------remove.py(763B)
--------add.py(755B)
--------README(84B)
--------uninstall.py(294B)
--------install.py(295B)
----timodule.xml(429B)
----customiphonecamera.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)
--------xcuserdata()
----titanium.xcconfig(482B)
----documentation()
--------index.md(923B)
----module.xcconfig(885B)
----assets()
--------README(286B)
----LICENSE(1KB)
----.settings()
--------com.aptana.editor.common.prefs(102B)
----CHANGELOG.txt(95B)
----.project(564B)
----PwCustomIphonecameraViewProxy.m(356B)
----PwCustomIphonecameraViewProxy.h(329B)
----.gitignore(20B)
----README.md(923B)
----manifest(451B)
----Classes()
--------PwCustomIphonecameraModuleAssets.h(217B)
--------PwCustomIphonecameraModule.m(2KB)
--------PwCustomIphonecameraView.m(3KB)
--------PwCustomIphonecameraModuleAssets.m(612B)
--------PwCustomIphonecameraView.h(813B)
--------.gitignore(46B)
--------PwCustomIphonecameraModule.h(250B)
----platform()
--------README(484B)
----LICENSE.txt(1KB)