예제 #1
0
        private MMALCamera()
        {
            BcmHost.bcm_host_init();

            MMALLog.ConfigureLogger();

            this.Camera = new MMALCameraComponent();
        }
예제 #2
0
        private MMALCamera()
        {
            BcmHost.bcm_host_init();

            MMALLog.ConfigureLogger();

            this.Camera = new MMALCameraComponent();
            this.DownstreamComponents = new List <MMALDownstreamComponent>();
        }
예제 #3
0
        private MMALStandalone()
        {
            BcmHost.bcm_host_init();

            MMALLog.ConfigureLogger();
        }