Trying to run a Python code on Raspberry Pi 4 Model B, and I'm using MediaPipe for the facemesh part. However, I encountered an error. If anyone has experienced a similar error, please respond. For others, please refrain from commenting for more details or to see the code, as sufficient information has already been provided. This error is related to MediaPipe. If you do not know how to solve it, please skip this question.
5 sudo python3 try1.py raceback (most recent call last: File theMesh=FM(drawMesh=False File "tryi.py" line 48, init self.faceMesh=self.mp.solutions.face_mesh.FaceMesh(still,faces,ti,t2) File outputs=['multi face landmarks']) Filo /usr/local/Lib/python3.7/dist-packages/mediapipe/python/solution_base.py,line 260,in init_ for name, cdata in side_inputs or ).items
for name, data in or .items Filo "/usr/local/lib/python3.7/dist-packages/mediapipe/python/solution_base.py", line 513,in _make_packet return getattr(packet_creator, create +packet_data_type.value(data) TypeError: create_bool(): incompatible function arguments. The following argument types are supported: 1. arg0:bool)
invoked with 0.5 i@raspberrypi:-/Desktop