mit-han-lab / tinyengine

[NeurIPS 2020] MCUNet: Tiny Deep Learning on IoT Devices; [NeurIPS 2021] MCUNetV2: Memory-Efficient Patch-based Inference for Tiny Deep Learning; [NeurIPS 2022] MCUNetV3: On-Device Training Under 256KB Memory
https://mcunet.mit.edu
MIT License
792 stars 130 forks source link

camera do not work #76

Open Super-Karl opened 1 year ago

Super-Karl commented 1 year ago

Hello,your job is great.but when I followed your tutorial to do it, the software model is the same, the model of the development board and the model of the camera are also the same, to reproduce the vvw model, but the camera does not work, the screen is completely black.

meenchen commented 1 year ago

Hi @Super-Karl ,

Can you check if you are using STM32CubeIDE version 1.5.0? That could be the issue.

Super-Karl commented 1 year ago

Hi @meenchen , My problem is solved, it is the inferior data cable that caused this problem, thank you!!