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

Not all markers are being received #323

Open
SwiftKayAndroid opened this issue Jul 25, 2018 · 2 comments
Open

Not all markers are being received #323

SwiftKayAndroid opened this issue Jul 25, 2018 · 2 comments

Comments

@SwiftKayAndroid
Copy link

I'm having an issue where I have two Android apps, one is the ReceiveStringMarkers app provided in the sample and the other is a custom app. The custom app is sending the markers steadily whenever a stimulus is drawn on the screen (I have verified these markers ARE sending correctly) however the receiver app isn't always picking up the markers, or it picks up the markers out of order. Any ideas why this could be happening?

@mgrivich
Copy link
Collaborator

Try the example SendStringMarkers app (with ReceiveStringMarkers) instead and see if you can reproduce the problem.

If yes, the problem is probably low network quality. I assume you are on a wireless network, and that your sending and receiving apps are not on the same device.

Try:

Eliminate, block (with electromagnetic shielding), or move away from competing networks.
Get a stronger wireless router.
Change the channel of your wireless network to conflict less with competing networks.
Move your wireless router closer to the devices in question.

Aside:

Event ordering is not guaranteed by LSL. If that is a problem, you have to cache events as they come in, inspect their timestamps, and reorder them yourself.

@SwiftKayAndroid
Copy link
Author

Thank you, I will pass this info along and see what happens!

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

No branches or pull requests

2 participants