亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? visca_cli.c

?? visca lib, for camera control
?? C
?? 第 1 頁 / 共 5 頁
字號:
    return 11;  }#endif#if !D30ONLY  if (strcmp(command, "get_exp_comp_value") == 0) {    if (VISCA_get_exp_comp_value(&interface, &camera, &value16)        != VISCA_SUCCESS) {      return 46;    }    *ret1 = value16;    return 11;  }#endif#if !D30ONLY  if (strcmp(command, "get_aperture_value") == 0) {    if (VISCA_get_aperture_value(&interface, &camera, &value16)        != VISCA_SUCCESS) {      return 46;    }    *ret1 = value16;    return 11;  }#endif#if !D30ONLY  if (strcmp(command, "get_wide_mode") == 0) {    if (VISCA_get_wide_mode(&interface, &camera, &value8)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }#endif#if !D30ONLY  if (strcmp(command, "get_picture_effect") == 0) {    if (VISCA_get_picture_effect(&interface, &camera, &value8)        != VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }#endif#if !D30ONLY  if (strcmp(command, "get_digital_effect") == 0) {    if (VISCA_get_digital_effect(&interface, &camera, &value8)        != VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }#endif#if !D30ONLY  if (strcmp(command, "get_digital_effect_level") == 0) {    if (VISCA_get_digital_effect_level(&interface, &camera, &value16)        != VISCA_SUCCESS) {      return 46;    }    *ret1 = value16;    return 11;  }#endif  if (strcmp(command, "get_memory") == 0) {    if (VISCA_get_memory(&interface, &camera, &value8)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }  if (strcmp(command, "get_id") == 0) {    if (VISCA_get_id(&interface, &camera, &value16)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value16;    return 11;  }  if (strcmp(command, "get_videosystem") == 0) {    if (VISCA_get_videosystem(&interface, &camera, &value8)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }  if (strcmp(command, "get_pantilt_mode") == 0) {    if (VISCA_get_pantilt_mode(&interface, &camera, &value16)!=VISCA_SUCCESS){      return 46;    }    *ret1 = value16;    return 11;  }  if (strcmp(command, "get_pantilt_maxspeed") == 0) {    if (VISCA_get_pantilt_maxspeed(&interface, &camera, &value8, &value8b)        != VISCA_SUCCESS){      return 46;    }    *ret1 = value8;    *ret2 = value8b;    return 12;  }  if (strcmp(command, "get_pantilt_position") == 0) {    if (VISCA_get_pantilt_position(&interface, &camera, ret1, ret2)        != VISCA_SUCCESS){      return 46;    }    return 12;  }  if (strcmp(command, "set_at_mode_onoff") == 0) {    if (VISCA_set_at_mode_onoff(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_ae_onoff") == 0) {    if (VISCA_set_at_ae_onoff(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_autozoom_onoff") == 0) {    if (VISCA_set_at_autozoom_onoff(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_atmd_framedisplay_onoff") == 0) {    if (VISCA_set_atmd_framedisplay_onoff(&interface, &camera)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_frameoffset_onoff") == 0) {    if (VISCA_set_at_frameoffset_onoff(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_atmd_startstop") == 0) {    if (VISCA_set_atmd_startstop(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_chase_next") == 0) {    if (VISCA_set_at_chase_next(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_mode_onoff") == 0) {    if (VISCA_set_md_mode_onoff(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_frame") == 0) {    if (VISCA_set_md_frame(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_detect") == 0) {    if (VISCA_set_md_detect(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_lostinfo") == 0) {    if (VISCA_set_at_lostinfo(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_lostinfo") == 0) {    if (VISCA_set_md_lostinfo(&interface, &camera)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_measure_mode1_onoff") == 0) {    if (VISCA_set_md_measure_mode1_onoff(&interface, &camera)!=VISCA_SUCCESS){      return 46;    }    return 10;  }  if (strcmp(command, "set_md_measure_mode2_onoff") == 0) {    if (VISCA_set_md_measure_mode2_onoff(&interface, &camera)!=VISCA_SUCCESS){      return 46;    }    return 10;  }    if (strcmp(command, "set_focus_auto") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_focus_auto (&interface, &camera, boolarg)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_mode") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_at_mode(&interface, &camera, boolarg)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_ae") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_at_ae(&interface, &camera, boolarg)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_autozoom") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_at_autozoom(&interface, &camera, boolarg)!=VISCA_SUCCESS){      return 46;    }    return 10;  }  if (strcmp(command, "set_atmd_framedisplay") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_atmd_framedisplay(&interface, &camera, boolarg)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_frameoffset") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_at_frameoffset(&interface, &camera, boolarg)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_mode") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_md_mode(&interface, &camera, boolarg)!=VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_measure_mode1") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_md_measure_mode1(&interface, &camera, boolarg)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_measure_mode2") == 0) {    if ((arg1 == NULL) || (boolarg == -1)) {      return 41;    }    if (VISCA_set_md_measure_mode2(&interface, &camera, boolarg)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_wide_con_lens") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 7)) {      return 41;    }    if (VISCA_set_wide_con_lens(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_chase") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 2)) {      return 41;    }    if (VISCA_set_at_chase(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_at_entry") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 3)) {      return 41;    }    if (VISCA_set_at_entry(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_adjust_ylevel") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 15)) {      return 41;    }    if (VISCA_set_md_adjust_ylevel(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_adjust_huelevel") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 15)) {      return 41;    }    if (VISCA_set_md_adjust_huelevel(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_adjust_size") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 15)) {      return 41;    }    if (VISCA_set_md_adjust_size(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_adjust_disptime") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 15)) {      return 41;    }    if (VISCA_set_md_adjust_disptime(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_adjust_refmode") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 2)) {      return 41;    }    if (VISCA_set_md_adjust_refmode(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "set_md_adjust_reftime") == 0) {    if ((arg1 == NULL) || (intarg1 < 0) || (intarg1 > 15)) {      return 41;    }    if (VISCA_set_md_adjust_reftime(&interface, &camera, intarg1)        != VISCA_SUCCESS) {      return 46;    }    return 10;  }  if (strcmp(command, "get_keylock") == 0) {    if (VISCA_get_keylock(&interface, &camera, &value8)!=VISCA_SUCCESS) {      return 46;    }    if (value8 == 0) {      *ret1 = 0;    } else if (value8 == 2) {      *ret1 = 1;    } else {      return 47;    }    return 11;  }  if (strcmp(command, "get_wide_con_lens") == 0) {    if (VISCA_get_wide_con_lens(&interface, &camera, &value8)!=VISCA_SUCCESS){      return 46;    }    *ret1 = value8;    return 11;  }  if (strcmp(command, "get_atmd_mode") == 0) {    if (VISCA_get_atmd_mode(&interface, &camera, &value8)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }  if (strcmp(command, "get_at_mode") == 0) {    if (VISCA_get_at_mode(&interface, &camera, &value16)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value16;    return 11;  }  if (strcmp(command, "get_at_entry") == 0) {    if (VISCA_get_at_entry(&interface, &camera, &value8)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }  if (strcmp(command, "get_md_mode") == 0) {    if (VISCA_get_md_mode(&interface, &camera, &value16)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value16;    return 11;  }  if (strcmp(command, "get_md_ylevel") == 0) {    if (VISCA_get_md_ylevel(&interface, &camera, &value8)!=VISCA_SUCCESS) {      return 46;    }    *ret1 = value8;    return 11;  }  if (strcmp(command, "get_md_huelevel") == 0) {    if (VISCA_get_md_huelevel(&interface, &camera, &value8)!=VISCA_SUCCESS) {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产视频一区在线播放| 国产婷婷色一区二区三区四区 | 亚洲精品视频在线观看网站| 亚洲综合在线第一页| 一区二区三区成人| 激情欧美一区二区三区在线观看| 成人深夜福利app| 7777精品伊人久久久大香线蕉超级流畅| 欧美一区二区三区白人| 国产精品三级av| 亚洲欧美在线视频观看| 一区二区三区欧美亚洲| 国产一区免费电影| 欧美日韩小视频| 精品国产免费久久| 一区二区三区在线观看欧美 | 亚洲久草在线视频| 一片黄亚洲嫩模| 国产精品77777| 欧美久久久久久久久| 亚洲免费观看高清完整版在线| 日韩经典中文字幕一区| 99精品视频中文字幕| 精品国产露脸精彩对白| 亚洲成a人片综合在线| 国产69精品久久777的优势| 欧美一区二区视频免费观看| 亚洲美女偷拍久久| 粉嫩aⅴ一区二区三区四区| 精品久久久三级丝袜| 亚洲大片精品永久免费| 97se亚洲国产综合在线| 日韩一级视频免费观看在线| 亚洲自拍偷拍图区| 99精品国产一区二区三区不卡| 青青草精品视频| 5566中文字幕一区二区电影| 成人午夜激情视频| 男人的j进女人的j一区| 一区二区三区四区激情| 久久久久久久网| 欧美一区二视频| 激情综合五月婷婷| 日本成人中文字幕在线视频| 亚洲视频一二三| 欧美日本一区二区在线观看| 色屁屁一区二区| 成人国产精品免费网站| 亚洲va韩国va欧美va| 午夜电影久久久| 婷婷丁香激情综合| 激情偷乱视频一区二区三区| 91视频com| 免费成人在线影院| 欧美一级片在线| 欧美国产成人在线| 1区2区3区国产精品| 成人精品一区二区三区中文字幕| 日本亚洲天堂网| 国产色产综合色产在线视频| 成人一区二区三区视频在线观看| 亚洲乱码中文字幕综合| 91精品国产综合久久蜜臀| 久久99这里只有精品| 欧美激情一区二区在线| 欧美日韩综合色| 免费人成网站在线观看欧美高清| 欧美国产精品一区| 91成人在线精品| 国产揄拍国内精品对白| 亚洲欧美国产77777| 91精品福利在线一区二区三区 | 欧美专区日韩专区| 久久99最新地址| 日韩av一区二| 国产精品午夜电影| 日韩一区二区在线看片| 97se亚洲国产综合自在线不卡 | 久久亚洲捆绑美女| 欧美中文一区二区三区| 国产成人免费在线视频| 午夜伦理一区二区| 亚洲精品成人在线| 国产网站一区二区三区| 欧美日本在线观看| 一本色道亚洲精品aⅴ| 黄页视频在线91| 亚洲超碰97人人做人人爱| 国产精品乱码人人做人人爱 | 亚洲精品日韩专区silk| 国产亚洲成av人在线观看导航| 这里只有精品免费| 色综合久久久久综合99| 成人午夜av在线| 国产精品小仙女| 激情另类小说区图片区视频区| 日韩精品电影在线| 亚洲v中文字幕| 综合中文字幕亚洲| 国产精品的网站| 国产精品久久久久一区二区三区| 日韩精品一区二区三区在线观看| 7878成人国产在线观看| 欧美男男青年gay1069videost | 亚洲午夜精品17c| 中文字幕一区二区三区视频| 国产精品日产欧美久久久久| 久久久久久久久岛国免费| 欧美va亚洲va国产综合| 日韩欧美中文字幕公布| 日韩区在线观看| 日韩欧美一区在线| 26uuuu精品一区二区| 欧美xxxxx牲另类人与| 日韩精品在线一区| 日韩免费视频线观看| 欧美成人在线直播| 2022国产精品视频| 久久免费视频一区| 午夜在线电影亚洲一区| 日韩中文字幕麻豆| 蜜臀a∨国产成人精品| 久久精品国产秦先生| 国产酒店精品激情| 国产经典欧美精品| 99在线热播精品免费| 欧美在线视频日韩| 欧美日韩国产片| 精品久久免费看| 国产夜色精品一区二区av| 中文字幕 久热精品 视频在线 | 久久精品国产99国产| 国产在线视频一区二区| 成人一区在线观看| 色噜噜偷拍精品综合在线| 欧美卡1卡2卡| 国产午夜精品一区二区三区四区| 亚洲欧美怡红院| 日韩av一区二区三区四区| 国产毛片精品国产一区二区三区| 91在线国产观看| 日韩欧美你懂的| 亚洲视频中文字幕| 秋霞电影网一区二区| 福利一区二区在线| 欧美日韩卡一卡二| 国产欧美日韩亚州综合| 亚洲自拍偷拍图区| 国产伦精品一区二区三区视频青涩 | 日韩欧美高清dvd碟片| 国产女人aaa级久久久级| 夜夜嗨av一区二区三区| 国产原创一区二区| 在线视频你懂得一区二区三区| 日韩欧美色电影| 一区二区三区四区精品在线视频 | 色综合天天综合给合国产| 欧美一级高清片在线观看| 国产精品你懂的| 奇米四色…亚洲| 色婷婷狠狠综合| 国产午夜精品一区二区三区嫩草| 亚洲成人一区二区| 99久久精品国产网站| 欧美精品一区二区三区蜜桃视频| 一区二区三区产品免费精品久久75 | 欧美性猛交一区二区三区精品| 国产三级精品视频| 麻豆91在线观看| 精品视频999| 亚洲欧美综合网| 岛国av在线一区| 精品久久99ma| 麻豆精品一区二区av白丝在线| 色8久久精品久久久久久蜜| 国产人伦精品一区二区| 裸体健美xxxx欧美裸体表演| 欧美日韩国产不卡| 一区二区在线观看视频| 不卡一卡二卡三乱码免费网站| 精品国精品国产尤物美女| 日韩和的一区二区| 国产婷婷色一区二区三区四区| 日韩在线a电影| 欧美视频在线一区| 一区二区三区日韩欧美| 97精品国产露脸对白| 国产精品视频一二| 国产精品18久久久久| www国产成人免费观看视频 深夜成人网| 午夜精品福利一区二区三区av | 亚洲精品一区二区三区福利| 日韩va欧美va亚洲va久久| 欧美性色欧美a在线播放| 亚洲视频一区在线| 91麻豆精品一区二区三区| 亚洲婷婷综合色高清在线| 99精品欧美一区二区三区小说 | 亚洲手机成人高清视频| av不卡在线播放|