motion-heatmap-opencv
motion-heatmap-opencv copied to clipboard
output video colour is getting changed . how to change the colour to its normal form? need help !!!
It's probably too late to answer this. But since I picked this recently and was facing this issue, I'll answer it in case other people come looking. Just make sure that cv2.COLORMAP_HOT is applied inside the for-loop.
color_image_video = cv2.applyColorMap(accum_image, cv2.COLORMAP_HOT)