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.
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.