Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maixCAM实用原装彩色相机APP的AI检测帧率有60帧左右,但是用SC035HGS只有20帧左右,这是怎么回事,需要设置哪里? #80

Open
samchensz opened this issue Nov 27, 2024 · 1 comment

Comments

@samchensz
Copy link

No description provided.

@lxowalle
Copy link
Collaborator

估计是一些默认的内存拷贝把帧率拉下去了, 可以试试:1. 关闭maixvision的图传显示 2. 出图选择小一点的分辨率,例如320x240 3. 出图选择图片格式为FMT_GRAYSCALE或FMT_YVU420SP. 对于一些要求帧率非常高的应用, 建议使用MaixCDK开发, MaixPy为了解偶是牺牲了部分性能的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants