Ask Your Question

Abdul Muheet's profile - activity

2018-03-01 14:01:17 -0600 commented answer VideoCapture can not open some files

@RolandC, thanks for such a good answer. I applied the same, the video is playing but the sound is not coming. Can you g

2018-03-01 13:57:17 -0600 commented answer VideoCapture can not open some files

@RolandC, thanks for such a good answer. I am apply the same, the video is playing but the sound is not coming. Can you

2018-02-09 01:24:01 -0600 commented question grab() always returning false

Did somebody solve their problem, please notify me if somebody, i am facing the same

2018-02-06 00:03:13 -0600 commented answer How to open rtsp videostream from ip cam?

I came across many tutorial to integrate FFMPEG with OpenCV in android, but still no luck. Can you given me any link by

2018-02-01 23:33:08 -0600 received badge  Editor (source)
2018-02-01 23:33:08 -0600 edited answer How to extract frames from a playing video

I am working on the same project: So, here is my working code. Set the environmental variable first. public class V

2018-02-01 23:32:10 -0600 answered a question How to extract frames from a playing video

I am working on the same project: So, here is my working code. public class VideoCap { public static void main

2018-01-27 00:18:00 -0600 received badge  Enthusiast
2018-01-25 03:09:16 -0600 commented answer How to open video file mp4/avi using opencv in android and detect faces in the video

Thanks. I am able to detect and count faces from live android mobile camera but in case of video i am confused...

2018-01-25 02:54:42 -0600 commented answer How to open video file mp4/avi using opencv in android and detect faces in the video

Can you guide me, what else it will be needed after configuration to carry-out the task, which i have posted. Any advice

2018-01-25 02:48:01 -0600 commented answer How to open video file mp4/avi using opencv in android and detect faces in the video

Yeah, I was wrong, I am getting the video from gallery obviously that are stored in SD-Card. So, with out FFmpeg, we can

2018-01-25 02:00:04 -0600 asked a question How to open video file mp4/avi using opencv in android and detect faces in the video

How to open video file mp4/avi using opencv in android and detect faces in the video I am quite new in OpenCV. I am work

2018-01-14 08:26:12 -0600 commented answer Mp4 reading

I want to do the same in c++ in android, any suggestion?