You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I guess they modified the API and removed this method or you are using
invalid dependency. Did you use Maven, or imported JARs manually? I
currently have very limited internet access and cannot look at this now,
but will come back to this (hopefully on weekend). Take care!
I see. you are using javacv-1.0 and the code I was basing on was javacv-0.8. I suppose I should migrate to newer version already. I will let you know when the code is ready. For the time being there is no other solution than downgrading dependency to 0.8 and use it together with existing solution.
I'm try with JavaCv So I created the needed class from our code in github
For JavaCvDevice.Java I'm facing the following issue,
I tried to convert the frame to buffer it also not working it shows
2, incompatible types: Frame cannot be converted to BufferedImage
Code:-
Due to this issue I'm not able to get the image from webcam So please help me to fix this thing.
Thanks in Advance
The text was updated successfully, but these errors were encountered: