techyian / MMALSharp

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

Allow user defined port type when constructing component #88

Closed techyian closed 5 years ago

techyian commented 5 years ago

Currently unable to record video directly from resizer component due to the way port types are assigned during port configuration. Resizer is currently hooked up only for image capture which checks for different status codes for completion compared to video capture.

techyian commented 5 years ago

Completed.