sw-dev-code
sw-dev-code
@markstur Tnak you for the help,but there is a descriptions of a different ways to call the STT service. The thing I need is how to receive an audio from...
@MunifTanjim I'm not using the token, I'm using the admin username/password for all operations. That user are able to create a project on Bitbucket Cloud.
@Neutree Can you send me an example of `image.Image` usage because when I'm using as `extra_fb = image.Image(size=(320, 240))` I'm getting out of heap memory error. Even when I lower...
@Neutree Thank you. I will try it. What is the maximum size I can set with MaixCube?
@Neutree I've given it a test but without success. Still getting the error even when heap size is increased to 2048*1024. The function that creates this error is `img.get_histogram()`. When...
@junhuanchen [https://github.com/openmv/openmv/blob/master/scripts/examples/20-Frame-Differencing/in_memory_basic_frame_differencing.py](https://github.com/openmv/openmv/blob/master/scripts/examples/20-Frame-Differencing/in_memory_basic_frame_differencing.py) I'm using `image.Image(size=(320, 240))` instead of `sensor.alloc_extra_fb(sensor.width(), sensor.height(), sensor.RGB565)`
Any update on this?
First of all, thank you @vicenthy. If understand correctly, I have to modify the temperature field in a way you told me and add the `(keydown.enter)="onSearch(search.value)"` in HTML inside ``....
I would like to have a filter for each column. Is there an option for a simple convert to String? I've tried the following but without success: ``` speed: {...
Ok. Great.