Skip to content

APIs for WILEye#3

Merged
theRealMartBogart merged 1 commit into
masterfrom
support-wileye
Sep 27, 2025
Merged

APIs for WILEye#3
theRealMartBogart merged 1 commit into
masterfrom
support-wileye

Conversation

@theRealMartBogart

Copy link
Copy Markdown
Contributor

Added APIs to interface with WILEyes Orca features

	int wilEyeTakePicture(int iDestination, const char* sFileName) WASM_IMPORT("wilEyeTakePicture");
	int wilEyeStartVideo(int iDestination, const char* sFileName) WASM_IMPORT("wilEyeStartVideo");
	int wilEyeStopVideo(void) WASM_IMPORT("wilEyeStopVideo");
	int wilEyeSetZoom(int iZoomLevel) WASM_IMPORT("wilEyeSetZoom");	
	int wilEyeSetContrast(int iContrast) WASM_IMPORT("wilEyeSetContrast");
	int wilEyeSetBrightness(int iBrightness) WASM_IMPORT("wilEyeSetBrightness");
	int wilEyeSetSaturation(int iSaturation) WASM_IMPORT("wilEyeSetSaturation");
	int wilEyeSetHue(int iHue) WASM_IMPORT("wilEyeSetHue");
	int wilEyeSetFlash(int iFlashOn) WASM_IMPORT("wilEyeSetFlash");
	int wilEyeSetResolution(int iResolution) WASM_IMPORT("wilEyeSetResolution");
	int wilEyeGetEventCount(void) WASM_IMPORT("wilEyeGetEventCount");
	int* wilEyeGetEvent(int index) WASM_IMPORT("wilEyeGetEvent");

Added APis to interface with WILEyes features
@theRealMartBogart theRealMartBogart self-assigned this Sep 27, 2025
@theRealMartBogart theRealMartBogart merged commit 931d0c6 into master Sep 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant