Skip to content

Commit d7ab999

Browse files
committed
drivers: video: arducam_mega: Resolved upstream rebase issues
Some capabilities properties were removed upstream and needed to be removed in the arducam driver after rebase. Signed-off-by: Krystian Balicki <kristos_b@wp.pl>
1 parent 452ca81 commit d7ab999

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎drivers/video/video_arducam_mega.c‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,6 @@ static int arducam_mega_get_caps(const struct device *dev, struct video_caps *ca
965965
{
966966
/* Arducam in capture mode needs only one buffer allocated before starting */
967967
caps->min_vbuf_count = 1;
968-
/* Arducam produces full frames */
969-
caps->min_line_count = caps->max_line_count = LINE_COUNT_HEIGHT;
970968
caps->format_caps = fmts;
971969
return 0;
972970
}

0 commit comments

Comments
 (0)