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
by changing the the frame size from 480 to 160 and not changing anything else the code is not working. there is some memory issues? What are the respective changes needed to be made if the frame size has to be 160? getting stack smashing error after changing FRAME SIZE to 160 and PITCH_FRAME_SIZE to 320 keeping the original 480:960 ratio?
The text was updated successfully, but these errors were encountered:
I don't know if this is going to help you, but I tried to change those macros from 480 to 160 cause I need those values too but in my case it didn't work. I rebuilt the library and I installed it and I tested the demo which comes with the source but it didn't work anyway. I think it didn't work because I need to retrain the model again but I'm not sure, sorry I'm not an expert in ML or that stuff. So finally, I left those macros untouched.
by changing the the frame size from 480 to 160 and not changing anything else the code is not working. there is some memory issues? What are the respective changes needed to be made if the frame size has to be 160? getting stack smashing error after changing FRAME SIZE to 160 and PITCH_FRAME_SIZE to 320 keeping the original 480:960 ratio?
The text was updated successfully, but these errors were encountered: