Facing issues while giving out Color Image #64
-
|
I was using the "cvapp_hello_world_cmsis_cv" and trying to output a color image and change resolution, but I am not able to do that, I modifies the program as below, a bit to do so. I am a beginner and trying to learn, and have to say this code base is really overwhelming for me, but I look upto it as I am learning a lot about Embedded system , and programming in general from this code base ( mad respect for the devs who have built this product) I just have these questions:
I would really appreciate any help you provide 🙏🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @ashfaquekhan , The scenario app, cvapp_hello_world_cmsis_cv , is not a color image example. Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @ashfaquekhan ,
Because you set the sensor to be YUV output https://github.com/HimaxWiseEyePlus/Seeed_Grove_Vision_AI_Module_V2/blob/main/EPII_CM55M_APP_S/app/scenario_app/hello_world_cmsis_cv/hello_world_cmsis_cv.c#L777.
The code what you mentioned above is capture the new picture.
Thanks,
Kris