Skip to content

Commit

Permalink
deploy: d8c8ae3
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Nov 12, 2024
1 parent 47e88e1 commit 211c486
Show file tree
Hide file tree
Showing 163 changed files with 1,277 additions and 22 deletions.
2 changes: 1 addition & 1 deletion aravis-main/aravis-0.10.devhelp2

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions aravis-main/class.Camera.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ <h5>Instance methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down Expand Up @@ -2081,6 +2083,17 @@ <h6><a href="method.Camera.uv_set_bandwidth.html">arv_camera_uv_set_bandwidth</a
</div>
</div>

<div class="">
<h6><a href="method.Camera.uv_set_maximum_transfer_size.html">arv_camera_uv_set_maximum_transfer_size</a></h6>
<div class="docblock">
<p>Set the maximum size when asking for a <span class="caps">USB</span> bulk transfer. The default value should work most of the time, but you may
have to tweak this setting in order to get reliable&nbsp;transfers.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10.0</span></p>
</div>
</div>

<div class="">
<h6><a href="method.Camera.uv_set_usb_mode.html">arv_camera_uv_set_usb_mode</a></h6>
<div class="docblock">
Expand Down
12 changes: 12 additions & 0 deletions aravis-main/class.UvDevice.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ <h5>Constructors</h5>
<h5>Instance methods</h5>
<div class="links">

<a class="method" href="method.UvDevice.set_maximum_transfer_size.html">set_maximum_transfer_size</a>

<a class="method" href="method.UvDevice.set_usb_mode.html">set_usb_mode</a>

</div>
Expand Down Expand Up @@ -280,6 +282,16 @@ <h4 id="methods">

<div class="docblock">

<div class="">
<h6><a href="method.UvDevice.set_maximum_transfer_size.html">arv_uv_device_set_maximum_transfer_size</a></h6>
<div class="docblock">
<p>Set the maximum transfer size for a <span class="caps">USB</span> bulk&nbsp;transfer.</p>
</div>
<div class="docblock">
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span>&nbsp;<span class="emblem available">since: 0.10.0</span></p>
</div>
</div>

<div class="">
<h6><a href="method.UvDevice.set_usb_mode.html">arv_uv_device_set_usb_mode</a></h6>
<div class="docblock">
Expand Down
12 changes: 12 additions & 0 deletions aravis-main/class.UvStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ <h5>Type</h5>
<h5>Properties</h5>
<div class="links">

<a class="property" href="property.UvStream.maximum-transfer-size.html">maximum-transfer-size</a>

<a class="property" href="property.UvStream.usb-mode.html">usb-mode</a>

</div>
Expand Down Expand Up @@ -418,6 +420,16 @@ <h4 id="properties">

<div class="docblock">

<div class="">
<h6><a href="property.UvStream.maximum-transfer-size.html">Aravis.UvStream:maximum-transfer-size</a></h6>
<div class="docblock">
<p>Maximum size when asking for a <span class="caps">USB</span> bulk&nbsp;transfer.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>

<div class="">
<h6><a href="property.UvStream.usb-mode.html">Aravis.UvStream:usb-mode</a></h6>
<div class="docblock">
Expand Down
2 changes: 1 addition & 1 deletion aravis-main/ctor.Camera.new.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>

<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L4130">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L4163">[src]</a>

</h4>

Expand Down
2 changes: 1 addition & 1 deletion aravis-main/ctor.Camera.new_with_device.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>

<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L4176">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L4209">[src]</a>

</h4>

Expand Down
2 changes: 1 addition & 1 deletion aravis-main/index.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions aravis-main/method.Camera.abort_acquisition.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.acquisition.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
4 changes: 3 additions & 1 deletion aravis-main/method.Camera.are_chunks_available.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down Expand Up @@ -414,7 +416,7 @@ <h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>

<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.h#L278">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.h#L279">[src]</a>

</h4>

Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.clear_triggers.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
6 changes: 4 additions & 2 deletions aravis-main/method.Camera.create_chunk_parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down Expand Up @@ -414,7 +416,7 @@ <h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>

<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.h#L285">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.h#L286">[src]</a>

</h4>

Expand All @@ -433,7 +435,7 @@ <h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>

<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L4109">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L4142">[src]</a>

</h4>

Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.create_stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.create_stream_full.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_available_black_levels.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_available_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_available_enumerations.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_available_gains.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_available_pixel_formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_available_trigger_sources.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_available_triggers.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.dup_register.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.execute_command.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.get_acquisition_mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.get_binning.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.get_black_level.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.get_black_level_auto.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.get_black_level_bounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.get_boolean.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
2 changes: 2 additions & 0 deletions aravis-main/method.Camera.get_boolean_gi.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down
6 changes: 4 additions & 2 deletions aravis-main/method.Camera.get_chunk_mode.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ <h5>Methods</h5>

<a class="method" href="method.Camera.uv_set_bandwidth.html">uv_set_bandwidth</a>

<a class="method" href="method.Camera.uv_set_maximum_transfer_size.html">uv_set_maximum_transfer_size</a>

<a class="method" href="method.Camera.uv_set_usb_mode.html">uv_set_usb_mode</a>

</div>
Expand Down Expand Up @@ -414,7 +416,7 @@ <h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>

<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.h#L281">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.h#L282">[src]</a>

</h4>

Expand All @@ -434,7 +436,7 @@ <h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>

<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L3943">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/AravisProject/aravis/blob/main/src/arvcamera.c#L3976">[src]</a>

</h4>

Expand Down
Loading

0 comments on commit 211c486

Please sign in to comment.