Franco Venturi
Franco Venturi
@oh2lak - a few months ago I created a branch called `rspdx-hdr` (https://github.com/pothosware/SoapySDRPlay3/tree/rspdx-hdr), where I added a new boolean setting called `hdr_ctrl` (https://github.com/pothosware/SoapySDRPlay3/blob/rspdx-hdr/Settings.cpp#L1386-L1392). After you build and install that branch,...
Erik, thanks for confirming that that change works. I just merged that branch into the `master` branch and updated the release version to 0.4.2. I think the reason why HDR...
@gvanem - thanks for reporting the problem; since my main development platform is Linux, I haven't had the chance to test the new version of the API (I just checked...
@gvanem - I see the message you posted shows that the error occurs in `sdrplay_api_Open()`, so I think it is in the constructor; as you suggested, it is probably due...
As I mentioned this morning, I just created a new branch called `API-version-mismatch` (https://github.com/pothosware/SoapySDRPlay3/tree/API-version-mismatch). That only code change in that branch is that an API version mismatch between the API...
@gvanem - thanks for giving it a try. This evening I booted my PC into Windows 10 (I have a dual boot PC that most of the time I use...
@gvanem - thanks for the detailed analysis of this problem. Based on your conclusions, I think you should be able to observe the same behavior even when the `sdrplay_api_service` is...
@gvanem - first of all I apologize that my comment earlier about the problem to fix came out too strong. I am afraid that your proposed changes would create more...
@Hazerre - usually the error message `sdrplay_api_Fail` means that there's an invalid or out of range parameter in the RSPdx API settings when the function `sdrplay_api_Init()`. The best way to...
Thanks for your feedback @rmoravcik The issue you are seeing should be addressed by this commit on the `support_for_serial_keyword` branch: https://github.com/pothosware/SoapySDRPlay3/commit/e2ec2136cfd94cafeeab817094f5a5dd31bdff02 Since that branch has several fixes over the master...