alexandroid000 / self-assembly

weaselballs are hard to control on their own. what if we stick them together?
7 stars 2 forks source link

Output video in opencv tracking fails unless opencv installed from source #4

Open alexandroid000 opened 5 years ago

alexandroid000 commented 5 years ago

In open_cv/tracking.py if write=True in the track function, writing the output video doesn't work and gives the error Could not find encoder for codec id 27: Encoder not found due to this issue:

https://github.com/skvark/opencv-python/issues/81

Don't have time to figure out an alternate encoding that will work, but putting this here for future reference / is a good small bug for someone to fix.