mungewell
mungewell
Now we have the uPNP feature working, this returns a list of all cameras found on local network. In theory this would work with cameras configured as 'multi camera control'...
BTW the 'multi connection' feature uses WPS to authenticate/connect the camera to the LVR or other router. [https://us.en.kb.sony.com/app/answers/detail/a_id/52387/related/1](url) [http://helpguide.sony.net/cam/1530/v1/en/contents/TP0000651537.html](url)
Interesting: https://www.youtube.com/watch?v=aAy_DQyFkro&feature=youtu.be Thought I still don't have a camera with multi-wifi feature.
Now have an AS100 to play with. You can use the WPS button on Router to bond camera to your WiFi network, in theory for as many cameras as you...
The Alpha 7r (and 7r MKII) should be supported: https://developer.sony.com/develop/cameras/ It might be a similar problem to that I had on the HX60, in that the returned 'file' giving camera...
BTW you did installed the app (on the camera), didn't you....? https://www.playmemoriescameraapps.com/portal/usbspec.php?eid=IS9104-NPIA09014_00-F00002
Putting that 'definition.xml' through the parser outputs something that looks sensible (though I don't have my cameras with me to do a comparison). `{u'accessControl': u'http://192.168.122.1:8080', u'camera': u'http://192.168.122.1:8080', u'guide': u'http://192.168.122.1:8080'}` How...
Had a little more of a think about this over my lunch hour; [KAPP9.PDF](https://github.com/Bloodevil/sony_camera_api/files/186693/KAPP9.PDF) Problem with RaspPi (running pygameLiveView) is primarily that the 'receive' is held up by the 'decode/display'...
Seems to be working now... [https://www.youtube.com/edit?o=U&video_id=xR3gAfu4Hfw](url)
I'm not sure what you are asking, I think that we already decode the timestamps from the LiveView frames. Implemented here: https://github.com/Bloodevil/sony_camera_api/blob/master/src/pysony.py#L181 https://github.com/Bloodevil/sony_camera_api/blob/master/src/pysony.py#L219 I did some interpretation of this data...