----> 3 while True():
TypeError: ‘bool’ object is not callable
Error with code of opening webcam
Hey @shreyanarula3, it should be
while True:
Hope this rseolved your doubt.
Don’t forget to mark it as resolved as well.
----> 3 while True():
TypeError: ‘bool’ object is not callable
Hey @shreyanarula3, it should be
while True:
Hope this rseolved your doubt.
Don’t forget to mark it as resolved as well.