You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python/pmsis_tools_frame_streamer.cpp: In member function ‘virtual void Frame_stream::handle_req(Transport_req_t*)’:
python/pmsis_tools_frame_streamer.cpp:264:41: error: ‘CV_LOAD_IMAGE_GRAYSCALE’ was not declared in this scope
264 | Mat image = imdecode(input_array, CV_LOAD_IMAGE_GRAYSCALE);
| ^~~~~~~~~~~~~~~~~~~~~~~
python/pmsis_tools_frame_streamer.cpp: In function ‘void* frame_stream_get_frame(void*, unsigned char*)’:
python/pmsis_tools_frame_streamer.cpp:364:1: warning: no return statement in function returning non-void [-Wreturn-type]
364 | }
| ^
The text was updated successfully, but these errors were encountered:
jonasdn
added a commit
to jonasdn/gap_sdk
that referenced
this issue
Sep 20, 2021
The text was updated successfully, but these errors were encountered: