Bloodevil / sony_camera_api

sony camera remote api
http://developer.sony.com/develop/cameras/
MIT License
245 stars 60 forks source link

Multiple camera support #8

Open mungewell opened 9 years ago

mungewell commented 9 years ago

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 initiating multiple connections - http://helpguide.sony.net/cam/1410/v1/en/contents/TP0000598803.html Hold Shutter Button on QX10, QX100 - http://helpguide.sony.net/cam/1410/v1/en/contents/TP0000598803.html QX30 Wifi Button - https://us.en.kb.sony.com/app/answers/detail/a_id/52387/related/1

Bloodevil commented 9 years ago

Thanks for create new issue!! I will see

mungewell commented 9 years ago

Cool, that would be awesome. Although I note from looking at the API there does not appear to be a method for identifying the camera once you are connected....

I managed to connect to my AS15 and QX10 individually, but I don't think there is a method to get them to connect to a common access point. Also, Xubuntu was being very fussy connecting to the QX-10, worked best if I used 'connect to hidden network'.

mungewell commented 8 years ago

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' (as used with LiveViewRemote bracelet).

Unfortunately I don't any cameras which operate like this to confirm. Cameras supported are as follows. RM-LVR1 https://esupport.sony.com/CA/p/support-info.pl?info_id=1409&mdl=RMLVR1 DSC-QX100, FDR-X1000V, HDR-AS100V, HDR-AS20, HDR-AS200V, HDR-AS30V, HDR-AZ1

RM-LVR2 RM-LVR2V http://esupport.sony.com/US/p/support-info.pl?info_id=1530#L1a DSC-QX30, FDR-X1000V, HDR-AS100V, HDR-AS20, HDR-AS200V, HDR-AS30V, HDR-AZ1, ILCE-QX1

mungewell commented 8 years ago

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 http://helpguide.sony.net/cam/1530/v1/en/contents/TP0000651537.html

mungewell commented 6 years ago

Interesting: https://www.youtube.com/watch?v=aAy_DQyFkro&feature=youtu.be

Thought I still don't have a camera with multi-wifi feature.

mungewell commented 6 years ago

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

Can also use the following to write camera's internal settings to configure WiFi (and other stuff). https://github.com/ma1co/Sony-PMCA-RE/issues/54