问题标签 [pythoncard]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python-2.7 - 从实时视频流中捕获图像并使用 python 在静态文本框中显示图像
我正在使用停车摄像头,我需要从实时视频流中捕获车牌的图像。
我开发了一个 python GUI,我需要在同一个 GUI 中捕获和显示车牌的图像、文本。
任何人都可以帮助我开发基于 python 的基本功能。
windows - PythonCard not getting 'enter' KeyEvent in Windows
I'm sorry if this is a newbie question, but I am writing a PythonCard program and I want it to do something when I press the enter key from inside a TextBox. My code is below:
This works fine on Linux, but when I run it on Windows it just acts as the Tab key would. After searching the web I believe Windows is treating the enter key as a navigational key, and if I were using just wxPython I would need to set the window style to wx.WANTS_CHARS . I think this should be possible in PythonCard since it just sits on top of wxPython, but I'm not sure. And if it is I wouldn't know how to do it! So if anyone has any ideas, please let me know!
python - Python卡片文本组件将如何变化
嗨,我想知道以下代码在 python 中是如何工作的
据我说,第一个mytextbox
文字是“是”。100 秒后,它应该是“否”。但对我来说,当我调用该函数时,mytextbox
文本不会更新为“是”。它总是显示“否”。可能是什么原因?
python - 如何在python中停止线程
我在我的 python 卡应用程序中使用线程。
每当我按下刷新按钮时,我都会使用线程调用一个函数,当调用该函数时,主函数内会有另一个函数。
我想要的是每当子函数结束时。我希望在不关闭应用程序或 ctrl+c 的情况下终止或停止线程。
我开始这样的线程
在“ readalways ”函数中,我正在使用 while 循环,只要满足条件,就会在该 while 循环中调用Continuousread () 函数。核实:
在此continueread读取函数之后,应清除线程中的值。
因为,如果我再次单击刷新按钮,则会启动一个新线程,但其中一些值来自旧线程。
所以我想在完成continueread函数时杀死旧线程
python - 在 pythoncard 中使用命令名称捕获文本字段事件
我正在使用以下代码动态生成文本字段组件
在这个 TextField 的名称中会有所不同,所以我不能用名称做任何动作功能,所以我想做或者我想用命令调用函数def on_takeaction_command(self, event):
print "Event on text field",
但是它正在工作,命令函数适用于类型 Button。请帮助我如何调用文本字段命令功能。提前致谢。
python - 如何在 Python 的 Opencv Cam 窗口中给出开始、停止、捕获和关闭按钮
如何在视频捕获窗口中赋予开始、停止、捕获和关闭按钮以启动、停止、拍摄快照、关闭窗口?
我正在使用以下代码打开摄像头进行视频流:
python - Windows 8 替代 PythonCard?
我有一个 Windows 8,由于缺少 Dll 文件而无法安装 PythonCard。(MSVCR72) 我尝试通过多种方法安装 .dll,但没有成功,所以我现在假设问题是因为我有一个 Windows 8。(因为我查看的大多数网站都是针对 Windows 7 问题和用户的论坛拥有 Windows 7)(我正在使用 Python 2.7.6 顺便说一句)