开发一个跨平台捕获视频并标记时间范围的应用程序

发布于 2024-12-14 03:35:48 字数 308 浏览 0 评论 0原文

我想开发一个应用程序。因此,当我完成开发时,我希望它能够在跨平台上运行(等 Windows、IOS - iPad - )。

此应用程序必须从网络摄像头或其他视频源捕获视频,当它捕获视频时,我想标记视频的数据库或任何文件(等 xml)的当前时间戳。也可以是桌面或网络应用程序。

我可以使用 PHP、C# 和 clint 端 Web 技术(等 jQuery、CSS、HTML ...),

您能否建议我如何利用我的编程经验来做到这一点?或者我必须学习哪些编程技术?

我听说过PHP-GTK。它对我来说理想吗?

现在已经谢谢你了。

i would like to develop an app. So when i finish to develop that, i would like to it works on cross platform (etc. Windows, IOS - iPad - )

This app must capture video from webcam or other video source and when it is capturing video i would like to mark video's current timestamp to db or any file (etc. xml). Also that can be desktop or web app.

I can use PHP, C# and clint side web tecnologies (etc. jQuery, CSS, HTML ...)

Can you suggest, how can i do that with my programming experiences. Or which programming tecnologies must i learn?

I heard PHP-GTK. Is it ideal for me?

Thank you already now.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

林空鹿饮溪 2024-12-21 03:35:48

您可以查看 PhoneGap,它是不同移动操作系统和您的应用程序之间的一层。

这样,您不必将应用程序移植到所有平台,只需根据 API 进行编码,它就会为您访问相机。

You could take a look at PhoneGap, which is a layer between the different mobile OS'es and your application.

This way you don't have to port your application to all platforms, but simply code it against their API and it'll access the camera for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文