Searched refs:xFeatures (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/contrib/examples/
H A Dcam_features.c33 static int createEXIF(dc1394featureset_t *xFeatures, ExifData ** pParentEd);
39 dc1394featureset_t xFeatures; local
70 if(dc1394_get_camera_feature_set(pCamera, &xFeatures)!=DC1394_SUCCESS)
75 createEXIF(&xFeatures, &pEd); //tag the file with the settings of the camera
96 int createEXIF(dc1394featureset_t *xFeatures, ExifData ** pParentEd) argument
100 int i = !xFeatures->feature[DC1394_FEATURE_WHITE_BALANCE - DC1394_FEATURE_MIN].auto_active;
102 ExifSRational xR = {xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value, xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].max};;
161 //printf("Float Value: %i\n",xFeatures->feature[DC1394_FEATURE_BRIGHTNESS - DC1394_FEATURE_MIN].value);

Completed in 32 milliseconds