|
|
楼主 心灵亮光说: 焦点落在图片,想详细了解这个图片就可以启动插件,启动后有两个选择,一个是全屏的识别,一个是焦点的识别。
可以在资源下载扩展插件里面搜索。也可以复制以下代码。
require "import"
import "android.content.Intent"
import "android.graphics.Bitmap"
import "android.net.Uri"
import "java.io.File"
import "java.io.FileOutputStream"
local t = {"焦点识别", "全屏识别"}
function txms(mode)
app_pkg = "com.bemyeyes.bemyeyes"
store_url = "market://details?id="
if mode ==1 then
this.getScreenShot(node, {
onScreenCaptureDone = function(A0_4)
A0_4.compress(Bitmap.CompressFormat.PNG, 90, FileOutputStream(File("/sdcard/", "master_kaushik.jpg")))
this.startActivity(Intent(Intent.ACTION_SEND).setType("image/*").setPackage(app_pkg).putExtra(Intent.EXTRA_STREAM, this.getUriForFile(File("/sdcard/master_kaushik.jpg"))))
end
})
else
this.getScreenShot({
onScreenCaptureDone = function(A0_4)
A0_4.compress(Bitmap.CompressFormat.PNG, 90, FileOutputStream(File("/sdcard/", "master_kaushik.jpg")))
this.startActivity(Intent(Intent.ACTION_SEND).setType("image/*").setPackage(app_pkg).putExtra(Intent.EXTRA_STREAM, this.getUriForFile(File("/sdcard/master_kaushik.jpg"))))
end
})
end
end
require "import"
local dlg = LuaDialog().setItems(t).show()
dlg.onItemClick = function(l, v, p, i)
dlg.dismiss()
txms(i)
end
return true,
来自:掌上乐园 |
盲人行脚罗浮山
今日启程,一往无前,
诸佛菩萨,龙天护法,
普蒙加被,道业必成。
行脚就是了脱生死的一个捷径。
另外还有一种功德,
就是能度无量无边的众生
有情的和无情的都能度;
能见到我们的,与我们能说上话的
所以它的功德是难思难议,难说难尽的:
十方如来都来护持和赞叹
苏东坡写下“罗浮山下四时春,卢桔杨梅次第新。日啖荔枝三百颗,不辞长作岭南人”的名句。
罗浮山佛道并存,和睦相处,兴盛时有九观十八寺,十八寺中以华首寺为第一禅林。
距离深圳约70公里,国家5A级景区。
亲爱的盲人朋友们:
参加“行脚”
道业必成
累积“罗浮山”难思难议、难说难尽的功德
时间:
11月10日
预备会
报名方式:
莲微信:85264845040
真恒微信:
13714614194
|