To get frame
ret,frame=cv_frame(video_path)
Path of the video , Must be String
True-> frame captured False-> Frame not captured
Frame returned
Capture Frame
This function can be used to capture frame from a video by passing path of video
[ret,frame]=cv_frame(N:\video1.flv)