micropython-rocky icon indicating copy to clipboard operation
micropython-rocky copied to clipboard

micropython and OpenMV port to NXP MCUs

Results 14 micropython-rocky issues
Sort by recently updated
recently updated
newest added

hello, i cant improve the lightness by using the method in README. i mean, i have tried this: ` sensor.reset() … sensor.skip_frames(time = ) sensor.set_auto_gain(False) ` this, `sensor.set_framerate(N

Hello, i wonder does this board is able 2 load tf module? I can't import tf in IDE with the ImportError: No module named 'tf', just like the following image....

We have made a board compatible with openMV based on STM32. But we would like to use NXP IMXRT for this. For this reason, we would also like to contribute...

宋先生,您好!我想请问一下关于在向一个函数新添加一个参数的问题,在修改底层,添加参数的过程中,我遇到一个MP_QSTR_开头的语句,这个语句我无法像其他正常语句一样,手动定义。在这个语句所在的文件中有一句注释,说这个文件由makeqstrdate.py自动生成(This file was automatically generated by makeqstrdata.py),我想请问一下,这个文件需要通过什么方式才能makeqstrdate.py自动生成呢?是通过在Linux系统中编译这个操作吗?

通过对底层的一些测试,我发现整个底层在c语言在python语言的转化过程中耗费了不少时间,这样就导致了帧率的降低,想请教一下宋工程师有没有一个好的优化方法来使得这个转化时间减小,或者是让整个模块脱离python语言,直接使用c语言进行编写。

micropython-rocky-omv_initial_integrate\ports\prj_keil_rt1050\mpyrt1050.uvprojx can't make.

Is there any functions that can get data from MPU9250?

请教一下怎样选择boot

Does it support CNN networks?

I compile the nxp_rt105 in ubuntu using the following command $ git submodule update --init $ cd ports/nxp_rt105 $ make but, I had got the following errors: arm-none-eabi-gcc: error: unrecognized...