-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems on webpack and Symfony installation #171
Comments
Hi @AlboCode I'm currently facing the same issue. I'm implementing clmtrackr in my project too. Have you got it working? Thank you |
Hi @laurent-kouassi , nothing to do , I also tryed to install jsfeat but it didn't works. |
@AlboCode please let me know asap as you find any better solution. I will do let you know if I get it working too. Keep it touch. Thank you 🙂 |
@AlboCode by any chance does it has something to do with canvas size and video size as they have to be size within the same width and hight? |
@laurent-kouassi my video and canvas have the same size .
I also tried to process an image , but seems that something miss. |
It worked for me when I set useWebWorkers to false in parameters. It might have something to do with how the Worker is created? var ctrack = new clmtrackr.tracker({
faceDetection: {
useWebWorkers: false,
},
}); |
@janrozic that didn't work for me. Have you installed jsfeat? If yes how does it affect your framework webpack. Thank you, |
auduno/clmtrackr#171 var ctrack = new clmtrackr.tracker({ faceDetection: { useWebWorkers: false, }, });
Hi , i'm studying clmtrackr, and i want to add it to my symfony project .
I setup everything and seem i can get access to it , but when i run the project getCurrentPosition return false and i get a weird error that maybe is related to the dependency of jsfeat , but i'm not sure.
I share some code , there is my app.js file
and that's the error i get
blob:http://localhost:8000/e5a722f8-80e3-4305-85b5-40e629b26fa5:5 Uncaught ReferenceError: module is not defined
at blob:http://localhost:8000/e5a722f8-80e3-4305-85b5-40e629b26fa5:5
at self.onmessage (blob:http://localhost:8000/e5a722f8-80e3-4305-85b5-40e629b26fa5:5)
I hope that someone can help me , thanks
The text was updated successfully, but these errors were encountered: