opencv/modules/highgui
Nils Hasler 56b206dc7b When opening a file with GStreamer:
* if the filename looks like a URI, it is opened in non-blocking mode, cvQueryFrame() could skip frames or grab one frame more than once
* if the filename looks like a filename, it is opened in blocking mode. cvQueryFrame() grabs consecutive frames
* otherwise the filename is interpreted as a gstreamer pipeline as used with gst-launch. The last element of the pipeline has to have the property name=to-opencv
2011-04-13 07:15:35 +00:00
..
doc further docs cleanup 2011-03-08 22:22:24 +00:00
include/opencv2/highgui Merged android-experimental branch back to trunk. 2011-04-06 14:31:03 +00:00
src When opening a file with GStreamer: 2011-04-13 07:15:35 +00:00
test Test system included into Android build 2011-04-11 14:47:06 +00:00
CMakeLists.txt Merged android-experimental branch back to trunk. 2011-04-06 14:31:03 +00:00