Matlab finds webcam, but says after running the code it is invalid

1 view (last 30 days)
Error "The webcam object is no longer valid. Please create a new connection to the webcam."
Please help, tried everything. Very thankful for any kind of help!

Accepted Answer

Khalid Mahmood
Khalid Mahmood on 1 May 2021
try these 3 commands:
1) clear all
2) imaqreset
3) Then a) cam =webcam b) preview cam
  8 Comments
Marlene Patterer
Marlene Patterer on 2 May 2021
Thank you!
Sadly I can not attach the myNet1 file as the system tells me that is has more than 5 MB. Even though I compressed it into a zip file, it still is too big.
If you have any idea, how I may be able to share it with you, I would be very thankful!
By replacing the load myNet1 with myNet1 = alexnet it also works for me and there are no other warnings coming up.
Thank you!
Khalid Mahmood
Khalid Mahmood on 3 May 2021
Its great that the solution is working for you.
Any how if you want to remove the error in load myNet1.mat, you can email me and attach that file in email.
Then I will tell you the actual cause of error and its remedy

Sign in to comment.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!