Ractiv / touch_plus_source_code

Source code for Ractiv Touch+ Software
Other
36 stars 14 forks source link

OpenCV error #4

Open alexanderzeillinger opened 9 years ago

alexanderzeillinger commented 9 years ago

When running the software I get an OpenCV error on the first time:

pose estimator initialized message sent: win_cursor_plus open udp channel message_received open udp channel 51390 track_plus0 udp port is 51390 message sent: menu_plus show window message sent: menu_plus show wiggle OpenCV Error: Assertion failed (0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows) in cv::Mat::Mat, file C:\builds\2_4_PackSlave-win32-vc12-shared\opencv\modules\core\src\matrix.cpp, line 323 track_plus created message sent: menu_plus show stage

sheley1998 commented 9 years ago

Thanks for your help Alex, I'm gonna spend until this Friday to release a stable build. Are there any other issues you've noticed?

On Mon, Jul 20, 2015 at 12:34 PM, Alexander Zeillinger notifications@github.com wrote:

When running the software I get an OpenCV error on the first time: pose estimator initialized message sent: win_cursor_plus open udp channel message_received open udp channel 51390 track_plus0 udp port is 51390 message sent: menu_plus show window message sent: menu_plus show wiggle OpenCV Error: Assertion failed (0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows) in cv::Mat::Mat, file C:\builds\2_4_PackSlave-win32-vc12-shared\opencv\modules\core\src\matrix.cpp, line 323 track_plus created

message sent: menu_plus show stage

Reply to this email directly or view it on GitHub: https://github.com/Ractiv/touch_plus_source_code/issues/4

alexanderzeillinger commented 9 years ago

I once had this error but it didn't appear again and I can't remember when it occured:

OpenCV Error: Bad argument (Input array is not a valid matrix) in cvPointSeqFromMat, file C:\builds\2_4_PackSlave-win32-vc12-shared\opencv\modules\imgproc\src\utils.cpp, line 54

alexanderzeillinger commented 9 years ago

Haven't had both errors in a while so I'm closing this.

alexanderzeillinger commented 9 years ago

Ouch, just had the second error again, reopening..