Uli Raich

Results 56 comments of Uli Raich

Ah... that explains!

I made the modifications by hand and I can now enable USE_IME_PINYIN The problem on USE_IMG_FONT remains. even with the modification as do the others.

Hi Amir, I checked the compilation problem with FFMPEG. I am running on an Ubuntu 22.04 latest updates- On my system I need to link libavutil in addition to libavformat,...

@embeddedt : I see the same thing. In libavcodec.ps I see: Requires.private: libswresample >= 3.9.100, libavutil >= 56.70.100 but it does not add -libavutil. So I have to add libavutil...

@embeddedt : I just went through all the examples and I found: checkbox_2, keyboard_2 and menu_5 are missing from the widget examples. All examples from others The ffmpeg examples from...

Trying to add checkbox_2, I get an unexpected error that lv.RADIUS is not defined. lv.RADIUS.CIRCLE must now be named lv.RADIUS_CIRCLE. This, and similar changes break also other examples that worked...

I have finished the missing examples except the fragment ones. When I enable LV_USE_FRAGMENT in lv_conf.h I see plenty of definitions in lv.mpy.c but when I try to create a...

Could you please try this: https://github.com/uraich/EdgeComputing/blob/main/firmware/firmware-esp32s3-cam.bin ![image](https://github.com/mocleiri/tensorflow-micropython-examples/assets/1673533/a147adc1-ca81-48ad-8796-519c1c7d0417) Just managed to compile it but did not do any testing apart from importing the modules

Hi Travis, The camera driver expects this connection map: ![image](https://github.com/mocleiri/tensorflow-micropython-examples/assets/1673533/4c277767-2d33-406c-a784-d5185daba419) (see micropython-modules/micropython-camera-driver/src/modcamera.h) If your board has different connections (which I suspect), then you must specify these when initializing the camera....

I had a quick look at the connections for the FireBeetle 2 ([https://wiki.dfrobot.com/SKU_DFR0975_FireBeetle_2_Board_ESP32_S3](https://wiki.dfrobot.com/SKU_DFR0975_FireBeetle_2_Board_ESP32_S3)) and the connections are **not** the ones of the first screen dump I showed you. For example:...