-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/Confirm support for RX0 #40
Comments
Well I found the manual for the camera: Single camera connection looks pretty much the same as normal. The multi-camera functionality is NOT the same as used on other cameras; However it later goes on to describe how the "group owner" uses "WPS Push" to connect to the other cameras. Is the "Group Owner" behaving as it was a LiveView-Remote, and relaying it's start/stop commands? |
Looks like the latest version of PlayMemories (v6.1.0) has a load of undocumented functions included it it. I wonder whether these are specific to Rx0. I added them (getSupported...() and getAvailable...() methods) here: |
Although my Korean language skills are non-existent, this video is interesting (and should prove no difficulties for Bloodevil ;-) : Most interesting is the 'power off' action at the end of the clip. |
More information on how the 'Group Owner; RX0 behaves wrt playmemories and 'Client' cameras: |
i'll take a look at it later. thanks. 👍 How did you find that video lol |
Visited my local camera store (*) and was able to try out a RX-0. Good news, "pygameLiveview" demo worked out of the box! Was able to show the sales guys a working liveview screen on laptop. Didn't get too much time to play before it's battery died on me. "Dump_camera_capabilities" attached, it seems that there are a few new commands
Looks like we've got a little adjustment to do... |
I have a customer that is very interested in using the RX0 for a large project. |
The 'Sony Remote API' (which we use) is WiFi only, The question of USB remote is camera specific, there was mention on "DIY-Drones" forum that Sony had developed a USB remote control capable sensor, this same technology may have be included with the RX0. There is a YouTube clip showing the menu of the RX0, at this point it shows "PC Remote Settings" option which the clip does not elaborate on: I suggest a trip to your local camera store ;-) |
https://support.d-imaging.sony.co.jp/imsoft/Win/rcc/us.html
|
Sounds promising. |
If you can try our little project on it we'd love to get bug reports/etc.... |
Hello Peder, Almost one year later, did you manage to do something with the RX0 ? Thanks a lot ;-) |
Hi guys, I have an RX0 but I am unable to run any of the examples with it. At first I had it connected via USB using "PC Control" mode, but after looking around it seems you sony_camera_api needs wifi to work ? So anyway I configured the wifi and it still leaves me with a "No camera found" error. I can provide pictures of the menu and try some things out to try and get it to work out. I am trying to use this only for a live view in my code (hoping I could get a better fps than using gphoto2 which seems to give me something close to ~3fps on my macbook pro...) so then I could use the multiport connexion to charge the camera using a usb cable end and trigger it using a 3.5mm jack end (which would be connected to another piece of hardware that has been validated for use with a RX0). If I can both help you validate functionality for the RX0 and get my project moving along it's a win-win for me. |
At first I had it connected via USB using "PC Control" mode, but after looking around it seems you sony_camera_api needs wifi to work ? So anyway I configured the wifi and it still leaves me with a "No camera found" error.
if you wanna high speed fps you need to check stream view data speed. you can check the send data size. (code have that data header and size) I need to improve the code that now we check that screen every n(0.1..?) seconds but I should change it if have enough data that can see picture then show- but need to test the data transfer speed. I don't have RX0 so can't check detail tings. i'll ask and rent from my friend that have RX0. |
Tested out Playmemories Mobile by following their instructions (scanning the QRCode to pair the phone and the camera and it seems to work fine (the video feed occasionally freezes but it's not 3fps the rest of the time) so the connection can be made via mobile. My issue comes with detecting the camera using any of the example scripts, where it doesn't seem to detect the rx0 when using my Macbook. Am I missing something to make it detect the rx0 ? |
From the first few posts in this bug, I was able to get a connection to the camera via WiFi (whilst at camera store - I don't have a RX0). Can you please confirm that the 'scan_for_cameras.py' and 'dump_camera_capabilities.py' function and post the results? Jumping in to get LiveView images streaming from the camera may be a little optimistic. ;-) Q. Are you using the latest f/w on the camera? |
With both the macbook connected to the same wifi (I've got both 2.4GHz and 5GHz but the rx0 doesn't seem to work with 5GHz bands):
Going to check the firmware right now and then run the scripts again, see if anything changes. Keep you up to date EDIT: I've got to go to some appointments right now I'll give an update to my situation in roughly 3-4 hours sorry guys and thanks for helping me out here. |
For Remote-API WiFi connection the camera should be acting as the AP. ie computer connect direct to camera. I did some experiments with one of my camera connected to my WiFi Router, but (IIRC) had discover issues. |
Here to give you an update (a bit late) I cannot seem to update the firmware from 1.0 to 3.0 using my Mac I keep encountering some issues so I've sent an email to Sony hopefully I'll get a quick reply to help me unblock this if this is causing my issues with the camera detection. |
I've managed to update the firmware to 3.0, the issue was with the fact that the firmware updater is not compatible with OSX 10.14 (Mojave). After doing this I first tried what I did before (connect both the camera and the computer to the same wifi) and got the same result. Then I tried what @mungewell said and connected my computer to the camera's wifi hotspot. This changed things but I am still unable to run the examples but here is the new output for
|
Glad you have something when using the Camera as the AccessPoint. This is how the connection should be made. The discovery process is 2 stage; find the camera, and then download a file which details how to talk to it: Seems like the second is triggering a bug with how we parse the response, can you add a print statement to show the 'doc' sent to '_parse_device_definition()'? It might be clear what needs to change... |
Adding |
Then I would suggest printing 'packets' returned here: I'll also do the same against my devices when I get home this evening... for comparison. |
Still not printing anything new when running |
Attached are some logs from a couple of cameras, so you can see what they should return. You are remembering to re-install the module after adding the 'print()'s, right? |
I did run
|
Am I maybe doing something wrong during the setup process ? |
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 Android 'Playmemories' app has:
The spec page for the camera talks about some pretty nice features (shame the camera can only record video as 1080P).
http://www.sony.ca/en/electronics/cyber-shot-compact-cameras/dsc-rx0/specifications#features
The text was updated successfully, but these errors were encountered: