Video Capturing with thumbnails

Hi Everyone,

               I want show captured videos with thumbnail in ionic 3 and angular 4. I tried a lot and failed to show the videos with thumbnail any help ????

Thanks in Advance

You can use camera plugin to capture a vedio and after that using kandy’s plugin you can create thumbnail for that vedio.

Reference : devdactic.com

1 Like

The Kandy’s plugin won’t working @Heenavora it displays the below error

Any alternative solution

Thanks in advance

clean npm cache

npm cache clean -f

and add it from here.

1 Like

many thanks @Heenavora