We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.5.7-sdk摄像头采集中断言了下述错误: (packages\kendryte-sdk-v0.5.7\kendryte-standalone-sdk\lib\drivers\dvp.c:217) !is_memory_cache((uintptr_t)addr)
(packages\kendryte-sdk-v0.5.7\kendryte-standalone-sdk\lib\drivers\dvp.c:217) !is_memory_cache((uintptr_t)addr)
这里的FIX_CACHE的功能是什么? 为什么当malloc一段内存合法地址用于dvp图像时, 这里会断言失败呢? 关掉FIX_CACHE会有什么影响吗?
The text was updated successfully, but these errors were encountered:
官方的bug,这里因该是在不取反的情况下,而官方写成取反了,你在这把取反符号删除
Sorry, something went wrong.
No branches or pull requests
0.5.7-sdk摄像头采集中断言了下述错误:
![image](https://user-images.githubusercontent.com/52438879/139040603-4ea1a6e9-28c1-4122-a815-532bed05d342.png)
(packages\kendryte-sdk-v0.5.7\kendryte-standalone-sdk\lib\drivers\dvp.c:217) !is_memory_cache((uintptr_t)addr)
这里的FIX_CACHE的功能是什么? 为什么当malloc一段内存合法地址用于dvp图像时, 这里会断言失败呢? 关掉FIX_CACHE会有什么影响吗?
![image](https://user-images.githubusercontent.com/52438879/139040701-426da653-e8cc-4df8-9b2c-619ac413a55b.png)
The text was updated successfully, but these errors were encountered: