Luca Fortini

Results 1 comments of Luca Fortini

Commenting out generates a wrong encoding of the frames, I solved modifying the "save" method as follows: ```python def save(self, *imgmsgs): seq = self.seq bridge = cv_bridge.CvBridge() for i, imgmsg...