Packages
opencv
OpenCV
Capture
Domain
Property
Capture.from_camera
Capture.from_file
get_domain
get_property
grab_frame
query_frame
retrieve_frame
set_property
Capture
Object Hierarchy:
OpenCV.Capture
OpenCV.Capture
OpenCV.Capture
Description:
[
Compact
]
[
CCode
( cname =
"CvCapture"
, free_function =
"cvReleaseCapture"
, free_function_address_of =
true
, has_type_id =
false
) ]
public
class
Capture
Namespace:
OpenCV
Package:
opencv
Content:
Enums:
Domain
Property
Creation methods:
public
Capture.from_camera
(
int
index)
public
Capture.from_file
(
string
filename)
Methods:
public
Domain
get_domain
()
public
double
get_property
(
Property
property_id)
public
bool
grab_frame
()
public
unowned
Image
query_frame
()
public
unowned
Image
retrieve_frame
(
int
stream_index =
0
)
public
int
set_property
(
Property
property_id,
double
value)