-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in thread EDAutopilot: #4
Comments
can you answer a few questions:
could you also send your logs. there should be a file called |
also can you confirm that you are using the master branch and not my development branch? |
Sure thing !
Will give you a fresh log when I come home but if I remember correctly the log does not mention the error I see in the console. |
thanks for all that. that all looks normal. i don't think DisplayCal would be messing with resolution but it might be breaking the screenshots. could you try with it off and see if it changes? i doubt the logs will mention the crash however it will be helpful to see what it was doing when it did crash. |
@mrfisse were you able to get the log file? |
Getting this error while activating the program. Using a fresh python 3.6.0 install.
Exception in thread EDAutopilot:
Traceback (most recent call last):
File "C:\Program Files\Python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "C:\Program Files\Python36\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "D:\EDAutopilot\dev_autopilot.py", line 1008, in autopilot
align()
File "D:\EDAutopilot\dev_autopilot.py", line 803, in align
off = get_navpoint_offset()
File "D:\EDAutopilot\dev_autopilot.py", line 631, in get_navpoint_offset
filtered = filter_blue(compass_image)
File "D:\EDAutopilot\dev_autopilot.py", line 557, in filter_blue
hsv = cv2.cvtColor(hsv, cv2.COLOR_BGR2HSV)
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\imgproc\src\color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor'
The text was updated successfully, but these errors were encountered: