Ask Your Question

Ayush's profile - activity

2013-11-13 00:15:41 -0600 received badge  Editor (source)
2013-11-13 00:11:13 -0600 asked a question opencv on beagleboard (Error) : [avi @ 0x1ff2940] non-interleaved AVI

i am trying to find blobs in a video and whenever a blob is found i capture images from a video. it successfully running on ubuntu 12.04 (on to my PC) but when i am trying to execute same program on to my Beaglebone-Xm (which is also Linux Ubuntu 12.04) its not get executing & showing message

[avi @ 0x1768940] non-interleaved AVI

and stuck into endless loop can any one face same problem like this & solve it further.

2013-10-23 02:07:08 -0600 asked a question Segmentation fault when capture a video from a file (avi 24-Bit RGB)

i am trying to play a video using opencv from a file but its giving seg-fault (which is 24-bit RGB , 640 x 480 Pixels) but same code is working fine for ( Divx mpeg-4 version 4 with 640 x 480) can anybody give me solution for this i am using a code from here