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