cv2.VideoCapture(0).isOpened() return always false
Bonjour, c'est la première fois que je post donc je vais essayer de faire au mieux.
Un peu d'information sur ma "config" :
Some information on my configuration :
windows 10
python 3.7.3
openCV 4.1.0 (obetenu avec la commande : cv2.__version__)
(get with the command : cv2.__version__)
Mon problème est que le code suivant me renvoie toujours False, je pense donc que le programme n'arrive pas à accéder à la caméra intégré de mon ordinateur portable.
My problem is that the following code return me False all time, so i think that time. I try to use the program can't find integrated camera of my integrated camera( i have a laptop). But i d'ont know, so the problem may come from everywhere...laptop.
import cv2
cap = cv2.VideoCapture(0)
print( cap.isOpened() )
Le problème ne devrait pas venir de l’installation car j'arrive à ouvrir une vidéo avec le code suivant :
I think that i have a good installation of opencv and python because i can open and read a video with the following code :code, so i think that i installed correctly python and opencv.
cv2.VideoCapture('video.avi')
Je ne vois donc pas comment régler mon problème, je reste à l'écoute de toute proposition, merci d'avance.
So i don't know how to solve my problem, thanks Thanks for help and sorry for my english.your help