autosbc / rpidashcam

Raspberry PI based dashcam
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Monkeypatch mmal #4

Open dinapappor opened 4 years ago

dinapappor commented 4 years ago

The current version of picamera has a bug where it locks up and runs out of memory. The solution is simple, but requires patching the code. This is not the ideal solution.

For now and until picamera has fixed it in a newer release we need to monkey patch the code to allow for building it without modifying the picamera library it self.

dinapappor commented 2 years ago

Not sure how to do this one. Whenever I try to monkeypatch it just stops working. Help appreciated here.