Skip to content
forked from revvv/wut

Forked to add camera.h and webcam example.

License

Notifications You must be signed in to change notification settings

JustMLC4real/wut

 
 

Repository files navigation

camtest

A simple example to test the Wii U webcam and microphone.

AFAIK this is the first open source Wii U webcam example ever! :D

Raw image format

The webcam uses the NV12 format.

screenshot of webcam app showing Mario

If you'd like to investigate the raw format of the above image: raw image

NOTE: Cemu does not support a webcam. (I just copied a raw image from my Wii U into Cemu's sdcard folder.)

Raw audio format

signed 16-bit PCM, big-endian, mono, 32000 Hz

You can convert it with audacity

Compile

Get latest devkitpro.

$ cd samples/make/camtest
$ make

Credits

Thanks to xhp-creations for the header files:

Thanks to NessieHax...

The libcafe headers I have adapted for my wut fork:

About

Forked to add camera.h and webcam example.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.6%
  • C++ 15.3%
  • Other 1.1%