Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

kitsune.ONE team

100
Posts
2
Topics
233
Followers
7
Following
A member registered May 01, 2017 · View creator page →

Creator of

Recent community posts

It's not really working either way as it's displaying a screen with "Not authenti(cat)ed"

It's related to another plugin - donation alerts.

Even with the xBot default avatar it won't open, idk what i'm doing wrong

Maybe you messed up with the camera settings and rotated camera other way, so it doesn't see the avatar anymore.

You can try to reset the settings by removing the file ~/.config/kitsune.ONE/vtuber_webcam_plugins.ini

Managed to start it up by disabling spring bone related options in avatar.ini.

This is the system file which defines all available options with limits and defaults. This is not a configuration file, so you can break an app by editing it.

(1 edit)
display:gsg:glgsg(error): Vertex array stride 3152 exceeds supported maximum 2048!

The model have too many morphs (blendshapes). It will be fixed in the next version. For now you can try to reduce number of morphs and re-export the model to VRM or wait for an update.

Yep. There are some limitations with spring bones. I'm working on the improvements of the spring bones.

Make sure that you put your avatar file into the "avatar" folder (the same folder, where sample avatar is stored).

The software comes with some basic shaders, like unlit shader for the character and DoF shader for the post processing. There are no light sources atm. The shaders could be found in the "shader" folder, you can modify them as much as you want.

Looks like a bug with V4L2 plugin.
Thanks. It will be easier to fix.
Btw, this plugin is made for streaming into virtual camera, so it you don't need it, then you shouldn't enable this plugin.

I have support for Leap SDK v2, but I'm not sure if it's still compatible with newer devices. I have planned to migrate to Leap SDK v5 (Gemini).

Is there like a reset dashboard ability?

You can remove the file ~/.config/kitsune.ONE/vtuber_webcam_plugins.ini

FileNotFoundError: [Errno 2] No such file or directory: '/dev/video/dev/v4l/by-id/usb-Nexight_Inc_NexiGo_N930E_FHD_Webcam_AN202208240001-video-index1'
Looks like a bug.

I have fixed the missing texture bug and uploaded new version. You can download and try it.

I would need a log. Can you post it here as text?

Is it really downloading files or just checking them?

Can you show the output from the terminal?

Do you have any error messages?

Yeah, I saw this bug and haven't figured out how to fix it yet. For now you have to restart an app when you change an avatar.

I have updated an app, so now it works fine with this model.

I have updated an app so it doesn't crash on this model, but it still have some problems with physics bones, which I will try to fix later.

Is it a free model? Is it available for download? So I can test too.

You have too many spring chains. I have limited a number of spring chains to prevent crashes, so extra spring chains will be ignored. You can try the newer version.

My bad, this bug has appeared during the previous version building. I have fixed it in the current version, so you can download the newer one. Thanks for telling me.

I have updated the app. I hope it fixes those bugs.

Ok, I will write the documentation since this software is already become pretty stable and I use it for my streams.

It's not open-source, but it's a freeware. You can use it for any purpose including commercial stuff, like streaming. No need to pay any fees. I need to mention it somewhere too.

Looks like it crashes. You can try to run it in terminal to see the errors.

Sorry, this is not an open source project.

I know that feel. I have tried VMagicMirror and VDRAW. I was disappointed that they haven't used PS4 gyro/accelerometer and VSeeFace don't support gamepad at all, but have a better tracking. So I made my own app to include every feature that I need. Unfortunately I'm using Linux and I don't have much free time to work on a separate Windows version.

I have updated the app, should be fixed in current version.

This is just an IR image. You will need 2 of them (left+right) for the stereo. And then you need to calculate and build the depth image. This part is done in camera's own SDK (for example RealSense, Leap Motion).

Found another possible alternative: MYNT EYE. Also some people are modded PS4 camera to make it work with OpenCV as depth camera.

Intel RealSense definitely has alternatives. Depth cameras are heavily used in robotics, so not only vtubers are needed them xD
Possible alternatives: Orbbec, Asus Xtion, Kinect (not sure if it's still alive).

 As an example, i’ve got a generic usb camera that’s branded as “windows hello compatible”.

I believe those are RGB-only with some extra sensors. I checked specs for the few of them. I need at least 1 RGB + 2 IR sensors in one single camera.

I see. Thanks for the info. Now I know where those models (with missing inverse bind matrices) are coming from.

You can try to adjust hands X offset in gamepad plugin settings. Does the gamepad rotation and movement works?

Added ID. You can test the gamepad.

Fixed rotations.

Yeah. It was another one. I have opened an issue for this problem to keep tracking it https://github.com/Moguri/panda3d-gltf/issues/111

Missing rotations is a bug. I'll fix it in the next update.

Yeah, that's all. Camera based hand tracking is incomplete at this moment. Full body tracking is planned.

Run an app from a console. You should see gamepad name with it's ID in a console when you connect it.

Do you have gamepad ID (it looks like 054c:#### ) ? So I could add it in the next update to check if it working.