Doug Henderson has written ASCOM for many Sony's cameras. With his driver, you can control Sony from NINA, APT, etc. Works like a charm.
https://github.com/d...onyCameraDriver
Posted 27 November 2023 - 12:23 PM
Doug Henderson has written ASCOM for many Sony's cameras. With his driver, you can control Sony from NINA, APT, etc. Works like a charm.
https://github.com/d...onyCameraDriver
Posted 27 November 2023 - 03:53 PM
Thanks for the tip.
Greg
Posted 29 November 2023 - 04:47 PM
I used to have Sony when doing bird photography. I sold everything 2 years ago and bought astro gear. Thanks for the info.
Posted 07 December 2023 - 09:50 PM
I was somewhat surprised to see the SLT-A58 on the list of supported cameras. It was released in February 2013, and thus predates several of the NEX models, but none of those currently appear on the list. Has anyone here (or elsewhere, if anyone knows) tested to see whether any of the NEX models can work with this driver?
Edit: I've kind of partially answered my own question with my own testing. Once the driver is installed, the "finished" window offers a link to open an html document saying, "The driver should work with any Sony camera that connects to the Sony Imaging Edge Remote application in USB mode." At that point, I remembered seeing that statement previously, and determining that my NEX-5T probably would not be supported.
Having installed the driver, however, I went ahead to confirm that by connecting the camera, in MTP mode, to my Windows 10 laptop via USB cord. At few seconds later, a Windows message appeared, indicating that my NEX-5T "is ready to go," so I started NINA. The Sony driver now shows up on the drop-down on the camera page, but when I clicked to "settings" button, the dialog for recognized Sony cameras opened and showed that no Sony camera was recognized. So no-go with the NEX-5T confirmed, at least in NINA. The setup dialog window has a tab to select the application with which you wish to use the camera, and setting that to NINA, did not change the outcome.
Having noted that Sharpcap was on the list of applications, I then started Sharpcap 4.1, and repeated the exercise. Same result.
Edited by Messierthanwhat, 08 December 2023 - 12:26 PM.
Posted 10 December 2023 - 03:45 PM
Hi, I am the author of the Sony ASCOM driver. If your model is on the list of supported cameras then someone has been able to get it working and send me the info the driver needs.
Feel free to reach out to me at <retrodotkiwi [at] gmail [dot] com>.
As an aside, the ASCOM side of things has always been a problem with various apps, and recently I have been working on a native NINA module to support the Sony cameras. If anyone is interested in trying it out please throw me a message at the above address.
Currently the NINA driver supports all of the normal imaging functions, like setting exposure and gain (with gain being displayed as a list of actual ISO values vs the ASCOM "list of numbers".
Additionally, the NINA version supports the camera's live-view function (if the camera supports it).
Note that because of the way NINA works, it save the raw ARW file instead of a FITS file. Hopefully this means folks will stop asking why the FITS images from the ASCOM version are somehow wrong (but we can never figure out just why)
Doug
PS: I rarely get the time to visit cloudynights, so please direct any questions/help-requests to the address above.
Posted 11 December 2023 - 11:41 AM
You don't want MTP mode - that mode doesn't allow for the camera to be controlled, only for files to be retrieved (like plain USB-disk mode).
On most Sony cameras it's called "PC Remote" mode.
...I went ahead to confirm that by connecting the camera, in MTP mode, to my Windows 10 laptop via USB cord.
Posted 12 December 2023 - 12:37 AM
You don't want MTP mode - that mode doesn't allow for the camera to be controlled, only for files to be retrieved (like plain USB-disk mode).
On most Sony cameras it's called "PC Remote" mode.
Thank you, Doug. I obviously misunderstood. The list of supported cameras has "MTP" in the "Driver" column next to all of the cameras. What DOES that mean?
On the NEX-5T, however, the only choices on the "USB mode" menu are "Auto," "Mass Storage" and "MTP." To have the camera appear in as a removable drive in the Windows File Explorer, "Mass Storage" is selected. There is no "PC Remote" mode in its USB mode settings (or it's hidden somewhere else; the Sony menus are voluminous, to put it euphemistically). I also did eventually follow the procedure in the installation instructions, running the SonyCameraInfo.exe application in both Mass Storage and MTP modes and no camera was detected in either mode.
One page of the operators' manual seems to be saying that there was a method for modifying the camera (firmware?) to allow for some remote operation. That page directs the user to a web page for further information about "Play Memories Remote," but the web page is no longer active.
Posted 15 December 2023 - 03:05 PM
Thanks for this; I see the Sony a6000 is supported. Been looking for this for a long, long, long time.
Posted 15 December 2023 - 04:52 PM
Hi. I downloaded and installed the driver (seems like it was an update to a previous Sony driver I had tried), but the frame data is corrupted.
Edit: After a little more experimentation it seems like the data is only corrupted when it hits the screen in SharpCap; the ARW files seem ok. Bringing the files through RawTherapee, they look good. And even in SharpCap there is only a problem in saturated regions.
Edited by Borodog, 15 December 2023 - 05:39 PM.
Posted 24 December 2023 - 11:27 AM
The list of supported cameras has "MTP" in the "Driver" column next to all of the cameras. What DOES that mean?
The Microsoft driver is called the "MTP" driver - MTP is an extension to PTP, which is what the camera uses (or a Sony variant).
The column for "Driver" was added when I was trying to support Sony's switch to "libusbk" for their newer cameras, but I was never able to detect a camera (made harder by the fact I didn't have one ). "MTP" in this case was meant to indicate "Uses Windows MTP driver".
I'm just going to remove that column for now.
I added a small blurb on the wiki explaining the different settings on the camera w.r.t USB connection protocol
https://github.com/d...ection-protocol
Posted 24 December 2023 - 11:52 AM
... it seems like the data is only corrupted when it hits the screen in SharpCap; the ARW files seem ok.
Glad to hear that the ARW is all good. It's the raw bytes sent through from the camera, so I'd hope so!
The data sent to sharpcap is the ARW file after it's been decoded by the "libraw" library. Typically those images are darker as libraw does zero processing to the data, unlike apps like photoshop that use the meta-data to adjust the image. (ASCOM doesn't have a mechanism to pass any of that data through - though APT does allow you to specify custom gamma values which makes the image look much better)
I suspect that SharpCap, along with most other tools, does a super-quick stretch on the data for your preview window.
I note most of the nastiness is around vertical edges... almost like a compression artifact due to the high contrast.
If anyone is an expert in the libraw library, or the "dcraw" tool that it makes available, I'd be interested to chat with you about my choices for the decoding parameters.
Doug
Posted 10 March 2024 - 04:21 AM
Glad to hear that the ARW is all good. It's the raw bytes sent through from the camera, so I'd hope so!
The data sent to sharpcap is the ARW file after it's been decoded by the "libraw" library. Typically those images are darker as libraw does zero processing to the data, unlike apps like photoshop that use the meta-data to adjust the image. (ASCOM doesn't have a mechanism to pass any of that data through - though APT does allow you to specify custom gamma values which makes the image look much better)
I suspect that SharpCap, along with most other tools, does a super-quick stretch on the data for your preview window.
I note most of the nastiness is around vertical edges... almost like a compression artifact due to the high contrast.
If anyone is an expert in the libraw library, or the "dcraw" tool that it makes available, I'd be interested to chat with you about my choices for the decoding parameters.
Doug
Hi All. Did anyone find a solution to this? I have the same issue - RAW files downloaded from the camera via the Sony ASCOM driver (v1.0.1.18) are fine, but the images in Live View and any saved captures in SharpCap or NINA show a lot of these weird stripe artefacts, almost like the file is corrupted. I have tested with a Sony a5000 and a6400 and they both have the same issues.
Posted 12 March 2024 - 06:11 AM
Posted 16 June 2024 - 09:05 AM
Any chance we might see support for the A7r5? Doesnt seem to work.
Posted 05 July 2024 - 11:07 PM
Images don't look at all similar in NINA to what I see on my camera's display, especially the live-view. The images in NINA are always orders of magnitude darker.
Live view runs exceptionally slow and is never bright.
A7R IV here.
Posted 30 July 2024 - 03:22 PM
My Sony A7s has worked for a year with a driver I found on the internet with no issues.
I thought I would try my A9 and that never worked.
So I tried downloading the Sony Camera Plugin for DougH in NINA, no luck.
Tried his troubleshooting and created a log file to send.
I sent it off this afternoon, curious to see if he can find the problem.
I tried SharpCap and got an error message as well.
Posted 01 August 2024 - 06:34 AM
Any chance we might see support for the A7r5? Doesnt seem to work.
It's in the list of supported cameras
https://github.com/d...pported-Cameras
Posted 18 August 2024 - 03:32 PM
Hi all!
I'm trying to control my Sony Alpha 7s with the Ascon driver, but with no success.
Has anyone already tried the Sont Alpha7s?
Thank you!
Posted 25 August 2024 - 12:47 PM
I see that Sony SDC RX-10 Mk IV is supported.
Is it possible that Mk III could also be?
Posted 15 December 2024 - 04:58 AM
Hi everyone,
I was stoked to see that drivers had been written for the Sony SLR/Ts, but unfortunately haven't been able to get it to work. I'm frustratingly close. Let me caveat by saying I'm entirely new this, and was trying to get this to work before I bought a skywatcher as a Christmas present.
Basically. I have a Sony A58 (on the compatibility list) I've installed the drivers and the ASCOM environment. Along with N.I.N.A. I can select the camera in nina, I can see its serial number in the the drop down, and it pulls all the sensor stats back. It's obviously found it to some extent.
However, if I hop over to imaging in nina and take a 1sec exposure, I never get a picture back. Nina does take control of the camera, I can see it scrolling through the exposure settings, hear the shutting open and close for the correct amount of time, but it always then just hangs as if it's still taking the picture. Then after 60 seconds I get this...
Edited by reasonablekeith, 15 December 2024 - 05:00 AM.
Posted 17 December 2024 - 03:29 PM
Doug just got back to me, turns out I'm an idiot, and it was just the JPEG quality setting not including the RAW file that was the issue. Thanks Doug.
Posted 25 March 2025 - 10:49 AM
Hello, does anyone know a way of how to adjust the pixel size? When I connect a7cII, NINA shows pixel size as 5.95, when it should be 5.12 for this camera. Changing pixel size in options of NINA does not help, as it seems driver always overrides whatever I try to overwrite there.
![]() Cloudy Nights LLC Cloudy Nights Sponsor: Astronomics |