mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/camera: Video driver multi-instance adaptation
Signed-off-by: yuexinyi <yuexinyi@xiaomi.com>
This commit is contained in:
parent
fc8c425cc0
commit
c10e78869b
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ exit_this_app:
|
|||
free_buffer(buffers_still, STILL_BUFNUM);
|
||||
|
||||
exit_without_cleaning_buffer:
|
||||
video_uninitialize();
|
||||
video_uninitialize("/dev/video");
|
||||
|
||||
exit_without_cleaning_videodriver:
|
||||
#ifdef CONFIG_EXAMPLES_CAMERA_OUTPUT_LCD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue