00001 /* 00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Marc Navarro (mnavarro@wins.uva.nl) 00007 */ 00008 00009 #ifndef HxCorbaTVCapture_idl 00010 #define HxCorbaTVCapture_idl 00011 00012 #include "HxCorbaImageRep.idl" 00013 00014 module HxCorba 00015 { 00016 00018 interface TVCapture 00019 { 00020 Sizes getSizes(); 00021 RgbSeq getRgb(); 00022 void close(); 00023 }; 00024 00025 }; // module HxCorba 00026 00027 #endif //HxCorbaTVCapture_idl