techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

Splitter component #10

Closed techyian closed 6 years ago

techyian commented 7 years ago

Implement ability to add the splitter component to the pipeline. You should be able to attach additional components to the output ports from the splitter. Multiple image capture and video recording should be possible via the splitter.

techyian commented 7 years ago

The splitter component works well and you're able to record multiple streams from its 4 output ports. There is however a bug whereby the application does not clean up correctly and will not close, resulting in you needing to reboot the Pi in order to use MMALSharp again. Looking into why this may be.

techyian commented 6 years ago

Resolved.