Dave Jones

Results 127 comments of Dave Jones

That's ... odd; picamera isn't compiled (in any meaningful sense). It's just dynamically loading what it needs from the C libs identified in picamera/mmal.py. I'm not entirely familiar with the...

Unfortunately I don't have a CM3 to play with, but it definitely looks like this needs updating (I can probably nick some code from GPIO Zero to do "proper" detection...

Can't say I've ever tried muxing audio into picamera's video output - but it's certainly something various people have asked about. I'll leave this open as a question in case...

Given the mahoosive 200s captures the HQ camera is capable of, I also need to adjust some of the timeout limits in camera.py to permit them to be usable. The...

I suspect this is something to do with blocked writes to the background ffmpeg/avconv process. Briefly, what goes on during capture is something like this: - Script calls `capture` -...

Hmmm ... if it's taking a reboot to fix that does vaguely imply the firmware might've gotten stuck (if it is a firmware issue there's very little I can do...

Fair enough. I'm afraid you're stuck with events then - if it's a still port capture you've got to wait for the capture to terminate, then start the next one...

> One other change I forgot to mention about my new camera system is that I now have the no-IR camera. I don't see why that would make a difference...

@Amrosik sorry, that's my fault for adding `__slots__` into 1.11 (or thereabouts). Just adjust the parameter on the *class* instead of the instance as a workaround: ```python import picamera camera...

I'm going to tentatively mark this upstream given there's an open firmware issue for now...