Skip to content

Commit

Permalink
96x96 resolution issue fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
too1 committed Apr 5, 2024
1 parent 55591f4 commit cd51112
Show file tree
Hide file tree
Showing 2 changed files with 44,573 additions and 44,599 deletions.
11 changes: 0 additions & 11 deletions ncs_wifi_ble_camera/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,17 +237,6 @@ void video_preview(void)
{
capture_flag = false;

if(f_status == VIDEO_BUF_EOF) {
LOG_WRN("Capture flag set while status EOF. Skipping!");
err = video_enqueue(video, VIDEO_EP_OUT, vbuf);
if (err)
{
LOG_ERR("Unable to requeue video buf");
return;
}
return;
}

client_check_start_request(&client_state_ble);
client_check_start_request(&client_state_udp);

Expand Down
Loading

0 comments on commit cd51112

Please sign in to comment.