avatarify-desktop icon indicating copy to clipboard operation
avatarify-desktop copied to clipboard

this app doesn't work

Open nantongxue opened this issue 3 years ago • 5 comments

I don't know the reason https://youtu.be/Oi6OByxe5DM

nantongxue avatar Mar 18 '21 07:03 nantongxue

That was an original way to do a bug report :) Unfortunately I don't know how to debug avatarify-desktop yet (I support the python version because I use Linux) but I will summarize your issue for anyone else looking at it:

Avatarify app is installed and it starts, but the preview is empty/white. The camera appears as "DS-2UCTV38W-S" in Avatarify, and it is demonstrated to work in a different capture program

JohanAR avatar Mar 18 '21 13:03 JohanAR

The issue is most likely about unsupported camera codec. The conversion code is here. https://github.com/alievk/avatarify-desktop/blob/559924fe6b62312c3155c1216c68ccc9afec1b00/avatarify/src/camera/AsyncCameraCapture.cpp#L73-L92

staddy avatar Mar 18 '21 13:03 staddy

That was an original way to do a bug report :) Unfortunately I don't know how to debug avatarify-desktop yet (I support the python version because I use Linux) but I will summarize your issue for anyone else looking at it:

Avatarify app is installed and it starts, but the preview is empty/white. The camera appears as "DS-2UCTV38W-S" in Avatarify, and it is demonstrated to work in a different capture program

Yes, "DS-2UCTV38W-S" is my webcam, it works in other programs properly

nantongxue avatar Mar 18 '21 13:03 nantongxue

The issue is most likely about unsupported camera codec. The conversion code is here. https://github.com/alievk/avatarify-desktop/blob/559924fe6b62312c3155c1216c68ccc9afec1b00/avatarify/src/camera/AsyncCameraCapture.cpp#L73-L92

i'm not a professional programmer, so this means i should change some code in somewhere? but this is a "exe" program

nantongxue avatar Mar 18 '21 14:03 nantongxue

You can download the complete source code from github, modify it and compile your own exe. But you need to learn at least the basics of programming first

JohanAR avatar Mar 19 '21 08:03 JohanAR