1,319 reputation
29
bio website random-cam.appspot.com
location
age
visits member for 3 months
seen 3 hours ago
stats profile views 64

1d
comment Record a video in opencv only for 30 secs
to cut a long story short: imho the idea of timing the playback/write process was a bad idea in the first place. it's got nothing to do with the recorded video sequence
1d
comment Record a video in opencv only for 30 secs
note, that the playback is not synchronized to any clock. the time you measure is spent on retrieving & writing a frame. your machine seems to need more than 30 seconds to process a 30sec. piece of video, that's it. go for counting frames instead then!
1d
answered Record a video in opencv only for 30 secs
1d
comment Why is the range of hue 0-180° in opencv
hmm ? what do you mean ? maybe it should be added, that it's only divided by 2 in the 8bit case ?
1d
answered Why is the range of hue 0-180° in opencv
1d
answered Error while finding differences in frames from camera
1d
answered OpenCV portability
2d
comment Universal camera control for multi platforms
oh sorry, no idea ;(
2d
comment Universal camera control for multi platforms
i don't think it's properly documentated, but you can find all those CV_CAP_* enum things in highgui.hpp, ~L300 ( btw, sorry for omitting the CV_ prefix above)
2d
answered Freak Descriptor Row type
2d
answered Universal camera control for multi platforms
May
20
comment opencv vector iterators incompatible
what kind of problem with imread ?
May
19
answered opencv vector iterators incompatible
May
19
answered Is It Possible to Store cv::Point to cv::Mat?
May
19
answered How can i release the memory of cvHaarDetectObjects?
May
18
answered OpenCV Access Pixel Value Using Mouse
May
16
comment OpenCV accumulatedWeight error (assertion fails on comparison of channels and size)
ah, glad to hear ;)
May
16
revised OpenCV accumulatedWeight error (assertion fails on comparison of channels and size)
added 33 characters in body
May
16
comment OpenCV accumulatedWeight error (assertion fails on comparison of channels and size)
you probably don't have more than 1 stream there. the stream id is for cameras with multiple heads ( think kinect ). it's not an rgb channel! ( and 3 [aka the 4th] would hav been wrong anyway )
May
16
revised OpenCV accumulatedWeight error (assertion fails on comparison of channels and size)
added 151 characters in body