mungewell

Results 100 issues of mungewell

I think that this is related to 'class LiveviewStreamThread()' running it it's own thread and then in a tight loop. Maybe we need some 'stop()' or 'de-init()' call for it?...

Kind of a wish list item, I don't know for certain that the RX0 actually supports the Sony Remote API (as the API pages have note been updated). However the...

My A5000 offers 'BULB' as a shutter speed, but I have be unable to get this to function via the Remote API. Camera will take a 'BULB' picture with the...

Have AS100 connected to router and 'scan for cameras' fails, a bit of debug shows that the router is returning a error and this appears confuse the discovery mechanism. ```...

Is it possible to support multiple camera connections, in the way that the Live View Remote does? Here's a few links which might help you get there: WPS used for...

Seems the code actually calls ``` trying 'getAvailableFNumber()': [WARN] using unsupported camera api: getAvailabeFNumber {'id': 1, 'error': [12, 'getAvailabeFNumber']} ``` ie without the second 'l'. :-(

I am seeing a problem when running on a slow computer (namely a Raspberry Pi), it seems that the image decode is not faster enough and at some point lags...

as reported by @toufraita. 'src/example/dump_camera_capabilities.py' script does not find camera, but capabilities do list if QX_ADDR is manual set to correct IP. This is probably an issue with the big...

The function 'biphase_decode2()' is called twice for each bit in the LTC frame. https://github.com/x42/libltc/blob/master/src/decoder.c#L307 Since 'biphase_tic' is increased each time, it overflows (is limited by '% LTC_FRAME_BIT_COUNT') and the array...

I have been working with the sister project LTC-tools to feed an externally generated LTC signal into NPT/Chrony, with pretty good success.... Here's some 30NDF analysed by Chrony ![better3](https://user-images.githubusercontent.com/236907/87999378-1b748300-caea-11ea-9dd7-8203d2c44bbc.png) What...