Ask Your Question

li8bot's profile - activity

2014-07-21 15:02:03 -0600 answered a question imshow error but imwrite ok in python

Visit my blog to learn about OpenCV+Python :LINK

2014-07-21 15:01:16 -0600 answered a question Building all the libraries on the Raspberry Pi

An advice .Use SimpleCV. Its faster and much easier to code on Raspberry. Visit my blog:LINK

2014-07-21 14:59:45 -0600 answered a question Object tracking and color detection in python and ROS

The process you are using doesn't realy track an object. Rather it just changes the colorspace and masks the frames so that the only visible objects are the ones passing the threshold. To learn about OpenCV+Python visit :LINK

2014-07-21 14:55:58 -0600 answered a question TypeError: img data type = 17 is not supported

Visit my blog for any queries about OpenCV+Python:LINK

2014-07-21 14:55:23 -0600 answered a question Beginner question about camera solving

Visit my blog to learn about OpenCV+Python:LINK

2014-07-21 14:53:51 -0600 answered a question Python and OpenCV installation

Visit my blog for any queries about OpenCV+Python:LINK

2014-07-21 14:52:53 -0600 answered a question How to record video using OpenCV and Python?

Well I have a blog about handling this:LINK

2014-07-21 14:52:06 -0600 answered a question opencv python webcam capture not working

Visit my blog for any queries:LINK

2014-07-21 14:51:27 -0600 answered a question Read frame from .flv video and write it to .avi video, doesn't work, need help

Visit my blog for queries:LINK

2014-07-21 14:50:36 -0600 answered a question Error while building OpenCV on Raspberry PI

Try working with SimpleCV. Its easier .Visit my blog for any queries about installations:LINK

2014-07-21 14:49:16 -0600 answered a question python and videocapture from webcam

Visit my blog for any queries:li8bot

2014-07-21 14:48:17 -0600 answered a question Installing on Ubuntu 14.04: 'make' errors

Try this:LINK

2014-07-21 14:45:33 -0600 answered a question Changing color space in opencv without changing color of the image

Visit this:LINK

2014-07-12 05:29:33 -0600 received badge  Necromancer (source)
2014-07-11 14:16:27 -0600 answered a question python and videocapture from webcam

Visit my blog li8bot to learn about opencv+python

2014-07-11 14:14:43 -0600 answered a question Python openCV drawing functions does not work?!

Actually I had the same problem.All you need to do is:

img = np.zeros((512,512,3), np.uint8)
img1= cv2.line(img,(0,0),(511,511),(255,0,0),5)

Thats it..renaming the variable for line does the trick.Now you can use imshow to display the image. Do visit my blog li8bot for further info on opencv with python

2014-07-11 14:11:05 -0600 answered a question Error while building OpenCV on Raspberry PI

Visit my blog to li8bot to learn how to work with SimpleCV on raspberry pi

2014-07-11 14:10:02 -0600 answered a question Read frame from .flv video and write it to .avi video, doesn't work, need help

Visit my blog li8bot to learn how to work with opencv + python

2014-07-11 14:06:17 -0600 received badge  Editor (source)
2014-07-11 14:05:33 -0600 answered a question opencv python webcam capture not working

Visit my blog li8bot to learn how to.

2014-07-11 14:04:03 -0600 answered a question How to record video using OpenCV and Python?

Visit --> http://li8bot.wordpress.com/2014/07/09/opencvpython-part-1-working-with-videos/

There is some problem with ffmpeg that you need to deal with