Wiem Boudaya
Wiem Boudaya

Reputation: 1

AttributeError: module 'pims' has no attribute 'AVVideoReader'

Trying to read an avi file with pims and it shows AttributeError: module 'pims' has no attribute 'AVVideoReader'

%matplotlib inline

import numpy as np
import pandas as pd
import av
import pims
import trackpy as tp
import os

import matplotlib  as mpl 
import matplotlib.pyplot as plt 
my_avi_img = pims.AVVideoReader('/content/WideCam.avi')

Upvotes: 0

Views: 276

Answers (0)

Related Questions