Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Question about stop sequence in Donut OpenCORE's camera MIO
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jia Meng  
View profile  
 More options Aug 11 2009, 2:07 am
From: Jia Meng <dspm...@gmail.com>
Date: Mon, 10 Aug 2009 23:07:39 -0700 (PDT)
Local: Tues, Aug 11 2009 2:07 am
Subject: Question about stop sequence in Donut OpenCORE's camera MIO
In Donut, OpenCORE AndroidCameraInput's DoStop() stops recording in
the following sequence:

    mCamera->setListener(NULL);
    mCamera->stopRecording();
    ReleaseQueuedFrames();

However, during the period between clearing listener and calling
stopRecording(), buffers sent from camera to AndroidCameraInput will
be lost, i.e. not received by listener and thus won't be sent back to
camera through releaseRecordingFrame(). If camera keeps waiting for
all buffers coming back from OpenCORE, it might hang there. Would it
be a problem? Shall we move stopRecording() before setLIstener(NULL)?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Baptiste Queru  
View profile  
 More options Aug 11 2009, 8:50 am
From: Jean-Baptiste Queru <j...@android.com>
Date: Tue, 11 Aug 2009 05:50:55 -0700
Local: Tues, Aug 11 2009 8:50 am
Subject: Re: Question about stop sequence in Donut OpenCORE's camera MIO
Because the android-framework group is going to get closed very soon,
please re-post your question in android-platform.

Thanks,
JBQ

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »