nn::camera::CTR::GetVsyncInterruptEvent Function
void GetVsyncInterruptEvent(
nn::os::Event * pEvent,
Port port
);
| Name | Description | |
|---|---|---|
| out | pEvent | Event to signal when a VSYNC interrupt occurs. |
| in | port | Specifies port on which to detect interrupts. |
Gets the event used to detect camera V-Sync interrupts.
Note: VSYNC interrupts occur while a camera is active, even if it is not capturing images. Consequently, be aware that a camera will continue generating VSYNC interrupts for as long as it is activated by the nn::camera::CTR::Activate function, even if the nn::camera::CTR::IsBusy function returns false.
This function gets an auto-reset event in pEvent regardless of how the application was initialized.
CONFIDENTIAL