Core.cs 200 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 // Camara Vision // // Copyright Andrew Kirillov, 2005-2006 // andrew.kirillov@gmail.com // namespace videosource { using System; // stream types public enum StreamType { Jpeg, MJpeg } }