Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
请问各位,如何将openMV所获得的图片转换为数组或将图片转换为字节数组并将转换后的字节流进行传输?有什么函数或方法吗?在网站的资料里和函数库找了一圈都未找到有效的方法进行解决
image对象是可以直接索引的,你可以认为img就是一个数组。 比如:
img[0] (206, 223, 222)
img[0][0] 206
直接write(img)