uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
684 stars 73 forks source link

Enhance camera functionality with manual still capture and sub-camera switching #308

Closed uezo closed 2 weeks ago

uezo commented 2 weeks ago

Enhance the camera functionality with the following features:

  1. Add support for manual still image capturing, allowing users to capture still images manually in addition to AI-determined capture timing.

  2. Implement functionality to switch between main and sub-cameras, such as switching from the main (rear) camera to the sub (front) camera.

  3. Expose camera methods to control camera

To use the sub-camera switching feature, set the sub-camera name in the Sub Device Name field of SimpleCamera before starting the camera. This can be configured via the inspector or changed at runtime. Adjust interface and controls to support seamless camera switching.