Skip to content

Fix issue 10: failure to restart image stream#12

Open
touretzkyds wants to merge 1 commit intoVEX-Robotics:mainfrom
touretzkyds:fix/issue10
Open

Fix issue 10: failure to restart image stream#12
touretzkyds wants to merge 1 commit intoVEX-Robotics:mainfrom
touretzkyds:fix/issue10

Conversation

@touretzkyds
Copy link
Collaborator

In aim.py, if the image stream connection is lost and then restarted via self.ws.connect(self.uri) in WSImageThread's run() method, new images do not start arriving automatically. We must do self.start_stream() to restore operation. This pull request adds the missing line.

@touretzkyds touretzkyds changed the title Fix failure to restart image stream (issue 10) Fix issue 10: failure to restart image stream Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant