U say a frame is a image so cap.read() will return a array of pixel of image?
About frame in cv
Hey @ishaan_123, cap.read() returns two things,return value which means frame is captured or not, Second frame itself i.e. (height, width, 3) numpy array, 3 being number of channels r,g,b. .
Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.