-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Packet serialization #2296
Comments
processor.addPacketCallback("face_landmarks", new PacketCallback() { PacketGetter.getProtoVector(packet, LandmarkProto.LandmarkList.parser()); in byte[][] protoVector = nativeGetProtoVector(packet.getNativeHandle()); The method crash 2021-07-19 09:39:30.901 8605-8605/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** |
Hi @qichuangguo, You can try something like this and #488 |
Thank you for your reply. I want to get the specific coordinates, which are different from this like content |
Changed their own code: processor.addPacketCallback("face_landmarks", new PacketCallback() { Solved the problem |
Glad to know that you resolved. We are closing this issue now. |
processor.addPacketCallback("face_landmarks", new PacketCallback() {
@OverRide
public void process(Packet packet) {
Android:How to get coordinates from the packet, thank you
The text was updated successfully, but these errors were encountered: