Closed nguyenvulong closed 2 months ago
this repo is MaixPy v4, not fully compatible with the maixpy v1, the compatible API is here: https://github.com/sipeed/MaixPy/tree/main/maix/v1
and all maixpy v4's doc under https://wiki.sipeed.com/maixpy/ not https://wiki.sipeed.com/soft/
this repo is MaixPy v4, not fully compatible with the maixpy v1, the compatible API is here: https://github.com/sipeed/MaixPy/tree/main/maix/v1
I believe that it's not implemented there but a placeholder only
See the screenshot, all methods are pass
ed
It should be here https://github.com/sipeed/MaixPy-v1 By the way, if you have the installation documentation, please provide. Thank you!
what's your board? MaixCAM or k210, if K210 just use MaixPy v1, if MaixCAM please refer to https://wiki.sipeed.com/maixpy/doc/en/audio/play.html, and MaixCAM not support the MIC array cause MaixCAM's I2S not suuport yet
I am considering both K210 and MaixCAM
Does MaixCAM
support MaixPy-v1?
Thanks.
MaixCAM not support MaixPy-v1,but MaixPy v4 contain maybe 95% + MaixPy v1's function and have more ability, if you use vision functions please use MaixCAM.
I want to use Audio (for example, sound localization). I guess I will choose K210 for now.
Good day Neutree!
I found this documentation: https://wiki.sipeed.com/soft/maixpy/en/develop_kit_board/module_microphone.html but it seems like there's no implementation of this module
is it only available in the older version of
MaixPy
?This is really confusing because https://wiki.sipeed.com/soft/maixpy/en/index.html is actually
MaixPy-V1
, notMaixPy
.