Skip to content

Commit

Permalink
Use lossless mode for person detect xscope output
Browse files Browse the repository at this point in the history
Reproduced in Tools 15.0.2
Fixes #3
  • Loading branch information
xmos-jmccarthy committed Oct 5, 2020
1 parent fbf4338 commit 2516746
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ void queue_to_ai(void *arg)
uint8_t* img_buf = NULL;
int toggle = 0;

#ifdef OUTPUT_IMAGE_STREAM
xscope_mode_lossless();
#endif

task_args = pvPortMalloc( sizeof( person_detection_task_args_t ) );
configASSERT( task_args != NULL );

Expand Down

0 comments on commit 2516746

Please sign in to comment.