gxci 0.3.9

A safe raw-and-HAL camera interface based on Daheng-Image's GxIAPI(Galaxy Camera SDK)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<script setup lang="ts">
</script>

<template>
  <div id="app">
    <h1>Welcome to GXCI!</h1>
    <button>List Devices</button>
    <button>Open Device</button>
    <button>Start Stream</button>
    <button>Stop Stream</button>
    <button>Close Device</button>
    <button>Get Image</button>
  </div>
</template>

<style scoped>
</style>