[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-01 UTC."],[],[],null,["# mp.packet_getter.get_image\n\n\u003cbr /\u003e\n\nget_image(arg0: mediapipe.python._framework_bindings.packet.Packet) -\\\u003e mediapipe.python._framework_bindings.image.Image\n\n#### View aliases\n\n\n**Main aliases**\n\n[`mp.tasks.vision.holistic_landmarker.packet_getter.get_image`](https://ai.google.dev/edge/api/mediapipe/python/edge/api/mediapipe/python/mp/packet_getter/get_image)\n\n\u003cbr /\u003e\n\n mp.packet_getter.get_image()\n\nGet the content of a MediaPipe Image Packet as an Image object.\n\nArgs:\npacket: A MediaPipe Image Packet.\n\nReturns:\nA MediaPipe Image object.\n\nRaises:\nValueError: If the Packet doesn't contain Image.\n\nExamples:\npacket = packet_creator.create_image(frame)\ndata = packet_getter.get_image(packet)"]]