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

skip a single invalid framecount #338

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

Fixstars-momoko
Copy link
Contributor

For Came1USB2, device1.2 always send 0xFF filled U3V Payload in the first run. We skip this single frame as a workaround.

image

[2024-10-31 00:32:02.322] [ion] [trace] All-Popped Frames (USB0, USB1)=(                 984,                     )
[2024-10-31 00:32:02.323] [ion] [trace] Obtained Frame from USB0: 984
[2024-10-31 00:32:02.369] [ion] [trace] All-Popped Frames (USB0, USB1)=(                    ,           4294967295)
[2024-10-31 00:32:02.370] [ion] [trace] GNDC signature with framecount 0xFFFFFFFF:  -1 ... let's take it again
[2024-10-31 00:32:02.370] [ion] [trace] All-Popped Frames (USB0, USB1)=(                    ,                  985)
[2024-10-31 00:32:02.371] [ion] [trace] Obtained Frame from USB1: 985
[2024-10-31 00:32:02.383] [ion] [trace] All-Popped Frames (USB0, USB1)=(                 986,                     )
[2024-10-31 00:32:02.384] [ion] [trace] Obtained Frame from USB0: 986
...

GenDC

[2024-10-31 00:34:46.325] [ion] [trace] All-Popped Frames (USB0, USB1)=(                2602,                     )
[2024-10-31 00:34:46.326] [ion] [trace] Obtained Frame from USB0: 2602
[2024-10-31 00:34:46.327] [ion] [trace] Obtained Device info (OperationMode::Came1USB2)
[2024-10-31 00:34:46.333] [ion] [trace] All-Popped Frames (USB0, USB1)=(                    ,           4294967295)
[2024-10-31 00:34:46.334] [ion] [trace] GNDC signature with framecount 0xFFFFFF:  -1 ... let's take it again
[2024-10-31 00:34:46.335] [ion] [trace] All-Popped Frames (USB0, USB1)=(                    ,                 2603)
[2024-10-31 00:34:46.336] [ion] [trace] Obtained Frame from USB1: 2603
[2024-10-31 00:34:46.336] [ion] [trace] Obtained Device info (OperationMode::Came1USB2)
[2024-10-31 00:34:46.359] [ion] [trace] All-Popped Frames (USB0, USB1)=(                2604,                   )
[2024-10-31 00:34:46.360] [ion] [trace] Obtained Frame from USB0: 2604
[2024-10-31 00:34:46.360] [ion] [trace] Obtained Device info (OperationMode::Came1USB2)
[2024-10-31 00:34:46.363] [ion] [trace] All-Popped Frames (USB0, USB1)=(                    ,                 2605)
[2024-10-31 00:34:46.365] [ion] [trace] Obtained Frame from USB1: 2605
...

@iitaku iitaku merged commit 5f89cb7 into fixstars:main Oct 30, 2024
3 checks passed
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.

2 participants