[aravis] arv_uv_device_bulk_transfer()

  • From: Ran Shalit <ranshalit@xxxxxxxxx>
  • To: aravis@xxxxxxxxxxxxx
  • Date: Mon, 26 Feb 2018 17:57:28 +0200

Hello,

I see in arubstream.c that arv_uv_device_bulk_transfer() is waiting
for transfer complete without timeout (timeout is 0, which is
forever).

I have few questions on this if I may:

1. Isn't it problematic to wait without timeout ? I mean, can't it be
stuck there forever ?

2. How actually does it ever stopped (is it by pressing ctrl+c) ? I
also see that arv_camera_stop_acquisition() is done only when the
streamer already stopped.

Thank you for the time,
ranran

Other related posts:

  • » [aravis] arv_uv_device_bulk_transfer() - Ran Shalit