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
I saw that this issue mentioned modifying the resolution of the virtual camera(#18 ). When I followed the steps mentioned in it and compiled it, there were some errors:
Severity code description: Project file line suppression status
Error C2733 'SendTexture': Second C link of overloaded function not allowed UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi. h 12
Severity Code Description Project File Line Suppress Display Status
Error C2143 syntax error: Missing ';' (before '*') UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi. h 13
Severity Code Description Project File Line Suppress Display Status
Error C4430 missing type descriptor - assumed to be int. Note: C++does not support default int UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi. h 13
Severity Code Description Project File Line Suppress Display Status
Error C2872 'SharedImageWrapper': Ambiguous symbol UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi.cpp 36
Severity Code Description Project File Line Suppress Display Status
Error C2061 syntax error: identifier 'SharedImageWrapper' UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi.cpp 36
I don't know how to handle these errors. Has anyone encountered them?
The text was updated successfully, but these errors were encountered:
I saw that this issue mentioned modifying the resolution of the virtual camera(#18 ). When I followed the steps mentioned in it and compiled it, there were some errors:
Error C2733 'SendTexture': Second C link of overloaded function not allowed UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi. h 12
Error C2143 syntax error: Missing ';' (before '*') UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi. h 13
Error C4430 missing type descriptor - assumed to be int. Note: C++does not support default int UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi. h 13
Error C2872 'SharedImageWrapper': Ambiguous symbol UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi.cpp 36
Error C2061 syntax error: identifier 'SharedImageWrapper' UnityWebcam c: users administrator downloads unitycam master unitywebcam unitywebcam unityapi.cpp 36
I don't know how to handle these errors. Has anyone encountered them?
The text was updated successfully, but these errors were encountered: