i am tryint to do a project and facing an issue with opencv , when I run the code the webcam feed box come on the screen bet is gry and non responding after a while , I try reducing resolution , trying different cameras (webcam, ipcam etc) issue remains , can u please help
hi, could you tell me if the picture taken with the mobile camera, could those pictures be stored into a designated computer file location? and then if openCV able access those pictures?
Hello im facing resize error issue with 600,400 can u tell me how to fix it
i am tryint to do a project and facing an issue with opencv , when I run the code the webcam feed box come on the screen bet is gry and non responding after a while , I try reducing resolution , trying different cameras (webcam, ipcam etc) issue remains , can u please help
Thanks
Your welcome!
thx so much
Your welcome!
hi, could you tell me if the picture taken with the mobile camera, could those pictures be stored into a designated computer file location? and then if openCV able access those pictures?
Yes if you are able to access mobile feed on computer the. Obviously you can save with OpenCV on your computer system.
Hi,If I want to connect my phone to a computer with USB, and let the phone's camera display on the PC screen, how do I use it?
Lsearch for some tool. I guess there must be tools to do it.
Sir I am facing very delay in image coming in opencv as well as resize capture issue
Thanks
same here , the delay is caused by the limitation of computer GPU , because it has to process every frame in real time
hello, the code is running but the vedio streaming interface is not created. can someone help please
my mobile camera is not accessed through this code🙃
bro the ip is not supporting like resize error is coming
did u correct ur resize error?
me too..did u get any solution??
hello did u find any solution to it?
FUCKIN ISSUE NOT SOLVED error Traceback (most recent call last)
Cell In [40], line 3
1 while True:
2 ret, frame = cap.read() # read frame/image one by one
----> 3 resized = cv2.resize (frame, (600,400))
4 cv2.imshow("Frame" , resized) # display frame/image
6 key = cv2.waitKey(1) # wait till key press
error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\imgproc\src
esize.cpp:4052: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
error Traceback (most recent call last)
Cell In [40], line 3
1 while True:
2 ret, frame = cap.read() # read frame/image one by one
----> 3 resized = cv2.resize (frame, (600,400))
4 cv2.imshow("Frame" , resized) # display frame/image
6 key = cv2.waitKey(1) # wait till key press
error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\imgproc\src
esize.cpp:4052: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
WHYYYYYY WHYYYYY
I get a error cv2.cv2 has no attribute 'VedioCapture'
Spelling mistake in VideoCapture. It seems you are using VedioCapture which wrong.
@@DataMagicAI lol I havent see 🥺 thanks it works for me