c++ - Getting error in cv::imshow() - ASSERT: "false" in file qasciikey.cpp, line 501 -


i getting error whenever call cv::waitkey():

assert: "false" in file qasciikey.cpp, line 501 

i not sure why getting error. running on ubuntu server 14.04 ec2 instance connected through mobaxterm on windows. if run of same code on normal ubuntu machine, works great.

this line happens:

char key = cvwaitkey(33); 


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -