Replies: 2 comments 31 replies
-
The pixel format is selected by the application. You can do this with this Kconfig using a "fourCC" string such as one listed from here. It is possible that this broke some other boards, for which the resolution was not specified.
Or in command line: With whichever format works with your particular display. Maybe it would be good to document that the user needs to select which pixel format to use between the display and camera... If that does not work, we can continue the discussion here :) |
Beta Was this translation helpful? Give feedback.
-
@CharlesDias thanks for that Tip! I created one big sram partition and now I can use But the application still hangs, even though im only using 160x120. |
Beta Was this translation helpful? Give feedback.
-
@CharlesDias I am trying to use the ov5460 on a STM32H7a3zi. Im using latest Zephyr master but I get
video_ov5640: Unsupported pixel format or resolution.
Is there any PR I need for this to run thats not yet in master? Or did I do something wrong? Im using the lvgl sample but removed all lvgl code as I dont have a display.
Originally posted by @CodingGhost in #74353 (comment)
Beta Was this translation helpful? Give feedback.
All reactions