Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/lessons/ion-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ If you think an issue is on device, transport, or stream, you may want to set th

See the detail in [the official website](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html).

### ion-kit
## ion-kit

For ion-kit, you can set environment varialbe `ION_LOG_LEVEL` to set the log-level to see the internal process of this library.

If you think an issue is on your framework or controling device through ion-kit, you may want to set this to debug.

#### Example with Balser with tutorial 1
### Example with Balser with tutorial 1

Following is the console output of [Tutorial 1](../tutorials/python/display-image) after setting the environment variable `ION_LOG_LEVEL=debug`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Aravisでは、環境変数 `ARV_DEBUG` を設定して、このライブラリ

詳細は[公式ウェブサイト](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html)を参照してください。

### ion-kit
## ion-kit

ion-kitでは、環境変数 `ION_LOG_LEVEL` を設定して、このライブラリの内部プロセスを見るためのログレベルを設定できます。

ion-kitを介したフレームワークやデバイスの制御に問題があると思われる場合は、ログレベルをデバッグ用に設定することができます。

#### チュートリアル1のBalserの例
### チュートリアル1のBalserの例

環境変数 `ION_LOG_LEVEL=debug` を設定した後の[Tutorial 1](../tutorials/python/display-image)のコンソール出力は次のとおりです。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Aravisでは、環境変数 `ARV_DEBUG` を設定して、このライブラリ

詳細は[公式ウェブサイト](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html)を参照してください。

### ion-kit
## ion-kit

ion-kitでは、環境変数 `ION_LOG_LEVEL` を設定して、このライブラリの内部プロセスを見るためのログレベルを設定できます。

ion-kitを介したフレームワークやデバイスの制御に問題があると思われる場合は、ログレベルをデバッグ用に設定することができます。

#### チュートリアル1のBalserの例
### チュートリアル1のBalserの例

環境変数 `ION_LOG_LEVEL=debug` を設定した後の[Tutorial 1](../tutorials/python/display-image)のコンソール出力は次のとおりです。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Aravisでは、環境変数 `ARV_DEBUG` を設定して、このライブラリ

詳細は[公式ウェブサイト](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html)を参照してください。

### ion-kit
## ion-kit

ion-kitでは、環境変数 `ION_LOG_LEVEL` を設定して、このライブラリの内部プロセスを見るためのログレベルを設定できます。

ion-kitを介したフレームワークやデバイスの制御に問題があると思われる場合は、ログレベルをデバッグ用に設定することができます。

#### チュートリアル1のBalserの例
### チュートリアル1のBalserの例

環境変数 `ION_LOG_LEVEL=debug` を設定した後の[Tutorial 1](../tutorials/python/display-image)のコンソール出力は次のとおりです。

Expand Down
4 changes: 2 additions & 2 deletions static/version_const/latest.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//THIS IS WHERE YOU UPDATE
const is_latest = true;
const latest_version = 'v25.01.02';
const latest_version = 'v25.01.03';
const latest_winUSB_URL = "v24.02.02"
const ion_python_version = '3.2.7'
const ion_python_version = '3.2.8'
const gendc_python_version = '0.4.1'
const aravis_python_version = '0.8.31.dev1'

Expand Down
4 changes: 2 additions & 2 deletions static/version_const/v2405.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//THIS IS WHERE YOU UPDATE
const is_latest = false;
const latest_version = 'v24.05.12';
const latest_version = 'v24.05.13';
const latest_winUSB_URL = "v24.02.02"
const ion_python_version = '1.8.10'
const ion_python_version = '1.8.11'
const gendc_python_version = '0.2.8'

const GenerateVersionInfo = require('./generate_version_info.js');
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v24.01/lessons/ion-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ If you think an issue is on device, transport, or stream, you may want to set th

See the detail in [the official website](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html).

### ion-kit
## ion-kit

For ion-kit, you can set environment varialbe `ION_LOG_LEVEL` to set the log-level to see the internal process of this library.

If you think an issue is on your framework or controling device through ion-kit, you may want to set this to debug.

#### Example with Balser with tutorial 1
### Example with Balser with tutorial 1

Following is the console output of [Tutorial 1](../tutorials/python/display-image) after setting the environment variable `ION_LOG_LEVEL=debug`

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v24.05/lessons/ion-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ If you think an issue is on device, transport, or stream, you may want to set th

See the detail in [the official website](https://aravisproject.github.io/docs/aravis-0.4/aravis-building.html).

### ion-kit
## ion-kit

For ion-kit, you can set environment varialbe `ION_LOG_LEVEL` to set the log-level to see the internal process of this library.

If you think an issue is on your framework or controling device through ion-kit, you may want to set this to debug.

#### Example with Balser with tutorial 1
### Example with Balser with tutorial 1

Following is the console output of [Tutorial 1](../tutorials/python/display-image) after setting the environment variable `ION_LOG_LEVEL=debug`

Expand Down