HomeSort by relevance Sort by last modified time
    Searched full:act_feature (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/videoio/src/
cap_dc1394_v2.cpp 752 dc1394feature_info_t *act_feature = &feature_set.feature[dc1394properties[propId]-DC1394_FEATURE_MIN]; local
756 if ( (act_feature->on_off_capable)
757 && (dc1394_feature_set_power(dcCam, act_feature->id, DC1394_OFF) == DC1394_SUCCESS))
759 act_feature->is_on=DC1394_OFF;
765 if ( (act_feature->is_on == DC1394_OFF) && (act_feature->on_off_capable == DC1394_TRUE))
767 if (dc1394_feature_set_power(dcCam, act_feature->id, DC1394_ON) == DC1394_SUCCESS)
772 if (act_feature->absolute_capable
773 && dc1394_feature_set_absolute_control(dcCam, act_feature->id, DC1394_OFF) !=DC1394_SUCCESS)
776 act_feature->abs_control=DC1394_OFF
    [all...]

Completed in 405 milliseconds