apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
268 stars 504 forks source link

camera_example: modify initialize interface after v4l2 refactor #2326

Closed shizhenghui closed 5 months ago

shizhenghui commented 5 months ago

Summary

apps/examples/camera/camera_main.c: modify initialize interface after v4l2 refactor

Impact

NA

Testing

CI

acassis commented 5 months ago

@shizhenghui please fix coding style check issue

acassis commented 5 months ago

please fix CI check errors

xiaoxiang781216 commented 5 months ago

@shizhenghui please fix coding style check issue

it's a false alarm: https://github.com/apache/nuttx-apps/pull/2326/files#diff-a401df52071930a0d8515e315eed1dcc7d9324ce1fd0ea8054aa97bc73391cf2L678

shizhenghui commented 5 months ago

@jerpelea I updated the summary of the pull_request.

this change should build with v4l2_refactor and open CONFIG_EXAMPLES_CAMERA config, so the build/linux(arm-01) failed.

please add a commit message describing the change