- Use
npm create tauri-app@latest
to create the default project, keeping all options at their defaults.
2. Follow the Quick Start (30 seconds) tutorial to complete the integration.
3. Modify the frontend homepage code to call:
invoke('plugin:crabcamera|initialize_camera_system', {
params: {
camera_index: 0,
resolution: "1920x1080",
fps: 30,
format: "MJPEG"
}
})
- Print the error message in the console.
to create the default project, keeping all options at their defaults.
2. Follow the Quick Start (30 seconds) tutorial to complete the integration.
3. Modify the frontend homepage code to call: