Skip to content
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

isConnected does not update to true. #26

Open
henningdekode opened this issue Apr 1, 2020 · 2 comments
Open

isConnected does not update to true. #26

henningdekode opened this issue Apr 1, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@henningdekode
Copy link

Steps to reproduce:

Connect to camera observe isConnected after:
camera.connect { (error, isInTransferMode) in

Actual behavior:

isConnected is false

Expected behavior:

isConnected should be true

System configuration

Mac OS iOS 13.3.1 Sony A9

Rocc version:

iOS/macOS version:

iOS 13.3.1

Camera manufacturer and model:

Sony A9

Other information about your system(s):

Other questions

Does the issue still occur after updating your Camera's Firmware?

Have you tried any other versions of NVDA?

@simonmitchell
Copy link
Owner

I will look into this for you when I get a chance! I don’t tend to use this myself personally ☺️ It’s more just a leftover from when I originally created the Camera protocol! I’ll get this fixed in 2.0.0 probably!

@simonmitchell simonmitchell added the bug Something isn't working label Apr 4, 2020
@simonmitchell
Copy link
Owner

simonmitchell commented Apr 5, 2020

Hi @henningdekode

I think I'm actually going to remove this property, in favour of simply using the device connectivity notifier class. Do you have any particular use-case for this? I don't use it at all myself in Camrote and it's actually quite difficult to define "connectiveness" given the state of connection is mostly controlled camera side, and with the API control mechanism basically only requires you to be on the same WiFi network!

What are your thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants