Ask Your Question

pjthakkar3192's profile - activity

2015-10-08 07:46:22 -0600 received badge  Good Answer (source)
2014-10-16 18:01:09 -0600 received badge  Nice Answer (source)
2014-06-15 18:08:25 -0600 received badge  Teacher (source)
2014-03-26 05:47:38 -0600 answered a question AttributeError: 'module' object has no attribute 'VideoWriter_fourcc'

actually i was also stuck to this code, instead of this code fourcc = cv2.videowriter_fourcc(*'XVID')

write this code it works fine with me fourcc = cv2.cv.CV_FOURCC(*'XVID')