MongoDB on Ubuntu 20.04
Stop MongoDB
Stop the mongod process by issuing the following command:
sudo service mongod stop
Remove Packages
MongoDB on Ubuntu 20.04
Stop MongoDB
Stop the mongod process by issuing the following command:
sudo service mongod stop
Remove Packages
Frame extractor from video
import cv2
import numpy as np
import math
cap= cv2.VideoCapture("vid.avi")
frameRate = cap.get(5) #frame rate
x=5050
while True: