Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.45 KB

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: