[aravis] Re: arv_camera_create_stream triggering streaming

  • From: Emmanuel Pacaud <emmanuel@xxxxxxxxx>
  • To: aravis@xxxxxxxxxxxxx
  • Date: Mon, 19 Mar 2012 23:31:39 +0100

Le lundi 19 mars 2012 à 15:13 -0700, Luca Barbato a écrit :
> > If your tests are successful, I will release a new version of Aravis
> > with this patch included.
> 
> The support works for
> 
> >command
> <pending-ack
> <ack
> 
> it breaks for the scenario
> 
> >command1
> <pending-ack1
> >command2
> <ack1
> <pending-ack2
> <ack2

Did you observe this ? It should not happen currently, as command +
acknowledge is surrounded by a mutex.

> So either we keep a command list and we feed them one after the
previous
> had been completed or we keep track of the pending-ack commands and
> process the ack and pending ack.

Support for late acknowledge could be added, but I don't know yet what
would be a good API for this feature.

        Emmanuel.


Other related posts: