2020-10-14 23:17:27 -0600 | received badge | ● Notable Question (source) |
2020-04-19 11:42:25 -0600 | received badge | ● Notable Question (source) |
2019-06-03 09:42:20 -0600 | received badge | ● Popular Question (source) |
2019-03-21 04:17:13 -0600 | received badge | ● Popular Question (source) |
2017-11-09 09:21:37 -0600 | asked a question | Resize and Autostart of Camera Stream with PyQt5/Qt5/OpenCV3/Raspberry Pi Resize and Autostart of Camera Stream with PyQt5/Qt5/OpenCV3/Raspberry Pi So i wanna have my camerastream automatically |
2017-11-06 02:00:05 -0600 | commented answer | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' Really?? I have to use python 3.5? But i compiled cv2 for python2. I am gonna deinstall opencv and install it for python |
2017-11-02 10:00:12 -0600 | commented answer | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' You can't put cap.set outside of while block and then cv2.imshow inside while block Thats what you did in your code. Any |
2017-11-02 09:58:01 -0600 | commented answer | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' You can't put cap.set outside of while block and then cv2.imshow inside while block Thats what you did in your code. Any |
2017-11-02 07:05:16 -0600 | edited question | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' So i am using OpenCv 3.3, python 2.7 and PyQt |
2017-11-02 07:04:34 -0600 | received badge | ● Editor (source) |
2017-11-02 07:04:34 -0600 | edited question | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' AttributeError: 'module' object has no attribute 'CV_CAP_PROP_FRAME_HEIGHT' So i am using OpenCv 3.3, python 2.7 and Py |
2017-11-02 04:10:27 -0600 | commented answer | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' I used this tutorial to install OpenCv3 on my raspberry pi: https://www.pyimagesearch.com/2017/09/04/raspbian-stretch-in |
2017-11-02 04:02:17 -0600 | commented answer | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' well i already tried that. Still same error. |
2017-11-02 04:01:24 -0600 | commented answer | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' well i already tried that. Still same error |
2017-11-02 03:49:34 -0600 | asked a question | AttributeError: 'module' object has no attribute 'CAP_PROP_FRAME_HEIGHT' AttributeError: 'module' object has no attribute 'CV_CAP_PROP_FRAME_HEIGHT' So i am using OpenCv 3.3, python 2.7 and Py |