Johannes Baiter
Johannes Baiter
Can you configure the logger to use the `DEBUG` loglevel and run you script again? I mapped the internal logger of `libgphoto2` to the Python logging system, so any errors/warnings...
Thank you for the details, I will have a look at the gphoto2 source code and see if I'm doing anything different/wrong when recording videos.
Since I don't have your camera at home, that would help a great deal :-)
You're right! I was convinced that I had already implemented this, but it turns out I did only half the work: The logging callback was defined, but never registered with...
@hknox Sorry for not responding to your issue, I got a bit swamped in September/October and unfortunately this issue fell under the table :-( Could you please re-upload your log?
This is actually already supported if you use a Nikon camera: http://gphoto2-cffi.readthedocs.org/en/latest/#gphoto2.gphoto2.Camera.capture_video Since I don't have a Canon camera to test with, I couldn't implement/test it for those models, but...
Can you attach your omxplayer.log? What is the output of omxplayer when you run it from the commandline with the exact same file?
Thank you for the report, you're right in that this is currently not supported. We'll consider adding a more involved logic for determining the MIME type besides the URL/Filename! Currently...
Hey @DiegoPino, thanks for the very detailed use case, this is *really* helpful! > So. S3 (or maybe generic URL retrieval with local cache?) could be a good option, maybe...
Doing this "properly" for arbitrary regions is out of scope for this specific plugin I'm afraid, since it does not store any information about the actual coordinates in the index...