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

            MMALLog.ConfigureLogger();

            this.Camera = new MMALCameraComponent();
        }
        private MMALCamera()
        {
            BcmHost.bcm_host_init();

            MMALLog.ConfigureLogger();

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

            MMALLog.ConfigureLogger();
        }