Ejemplo n.º 1
0
        private MMALCamera()
        {
            BcmHost.bcm_host_init();

            MMALLog.ConfigureLogger();

            this.Camera = new MMALCameraComponent();
        }
Ejemplo n.º 2
0
        private MMALCamera()
        {
            BcmHost.bcm_host_init();

            MMALLog.ConfigureLogger();

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

            MMALLog.ConfigureLogger();
        }