The Wayback Machine - https://web.archive.org/web/20201202110236/https://github.com/topics/mobile-development
Skip to content
#

mobile-development

Here are 1,134 public repositories matching this topic...

momo1986
momo1986 commented Mar 26, 2020

Hello, dear Mediapipe guys.

I want to inference the hand pose with Mediapipe model and my own model.

I have my own tf-lite models, it can work on the RGB bitmap.

I try to query the RGB bitmap from input frame with data packet.

My code is

private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
 
cloudbase-framework
binggg
binggg commented Jul 24, 2020

Is your feature request related to a problem? Please describe.

支持自动检测框架的覆盖范围仅仅支持了几个常见前端框架和函数,还可以拓展更多的框架和语言来提升体验

这块的实现是基于配置式的,可以比较轻松拓展一个新框架的支持
https://github.com/TencentCloudBase/cloudbase-framework/blob/master/packages/framework-core/src/detect-frameworks/frameworks.ts

大家可以通过这个快速参与进核心代码的开发当中,目前可以考虑支持的框架和技术有 Hexo, Egg, Koa, Express, Koa , Docker 容器等

  • Vue
  • React
  • V
Xtremilicious
Xtremilicious commented Mar 14, 2020

As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.

Pull Request Process:

wasitu
wasitu commented Nov 25, 2020

Describe the bug
Flutter's SystemNavigator.pop() causes Amplify exception by starting app again.
(Using android's back button for closing app causes the same problem)

To Reproduce
Steps to reproduce the behavior:

  1. Configure Amplify like
final amplify = Amplify();
amplify.addPlugin(authPlugins: [AmplifyAuthCognito()]);
await amplify.configure('~~~')
  1. Use `SystemNavi

Improve this page

Add a description, image, and links to the mobile-development topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mobile-development topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.