Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
★What is the plan about Camera and MediaRecorder?
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
  10 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
 
hanchao3c  
View profile  
 More options Dec 17 2008, 10:35 pm
From: hanchao3c <hancha...@gmail.com>
Date: Wed, 17 Dec 2008 19:35:00 -0800 (PST)
Subject: ★What is the plan about Camera and MediaRecorder?
OpenCore PVAuthor give a framework for mediarecorder. But for still
Image Capture is another framework in Android.

Now
1. Voice Recorder (use PVAuthor)
2. Still Image Capture (use Android Camera framework)
3. Video Recorder (There isn't in android)

What is the plan about Camera and MediaRecorder?
Does still image capture  will be integrated in PVAuthor ?
They are much same point , such as the preview funtion.


 
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.
hanchao3c  
View profile  
 More options Dec 17 2008, 10:37 pm
From: hanchao3c <hancha...@gmail.com>
Date: Wed, 17 Dec 2008 19:37:16 -0800 (PST)
Local: Wed, Dec 17 2008 10:37 pm
Subject: Re: ★What is the plan about Camera and MediaRecorder?

Camera framework is in UI lib now:
frameworks/base/include/ui/
frameworks/base/libs/ui/

PVAuthor:
external/opencore/android/author/


 
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.
Dave Sparks  
View profile  
 More options Dec 18 2008, 12:32 am
From: Dave Sparks <davidspa...@android.com>
Date: Wed, 17 Dec 2008 21:32:35 -0800 (PST)
Local: Thurs, Dec 18 2008 12:32 am
Subject: Re: ★What is the plan about Camera and MediaRecorder?
Video recorder is now in the cupcake branch and will be merged to main
in the next few weeks. The mediarecorder takes a Camera object, or
creates one if the application doesn't supply one. The media recorder
service and the camera service are in the same process, so there is no
IPC overhead.

On Dec 17, 7:37 pm, hanchao3c <hancha...@gmail.com> wrote:


 
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.
hanchao3c  
View profile  
 More options Dec 18 2008, 1:32 am
From: hanchao3c <hancha...@gmail.com>
Date: Wed, 17 Dec 2008 22:32:51 -0800 (PST)
Local: Thurs, Dec 18 2008 1:32 am
Subject: Re: ★What is the plan about Camera and MediaRecorder?

There is a small problem.
Current the SoundRecorder is base on MediaRecorder  , MediaRecorder is
base on Open PVAuthor.
packages/apps/SoundRecorder/

But there is NOT a binder service (BpXXX -> BnXXX) now . MediaRecorder
service call PVAuthor directly , and Using AudioRecorder as it input.

Can VideoRecorder / Camera / VideoRecorder   all use  using One
BnService  and base on PVAuthor ?

I think it will change more for Current Camera framework (Now they are
in libui.so)


 
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.
Dave Sparks  
View profile  
 More options Dec 18 2008, 4:19 am
From: Dave Sparks <davidspa...@android.com>
Date: Thu, 18 Dec 2008 01:19:43 -0800 (PST)
Local: Thurs, Dec 18 2008 4:19 am
Subject: Re: ★What is the plan about Camera and MediaRecorder?
I don't think you are looking at cupcake branch. MediaRecorder has a
binder interface. It is not based on PVAuthor. Instead, like
MediaPlayer it is an abstraction layer so that another media framework
can be used if desired.

On Dec 17, 10:32 pm, hanchao3c <hancha...@gmail.com> wrote:


 
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.
hanchao3c  
View profile  
 More options Dec 18 2008, 7:29 am
From: hanchao3c <hancha...@gmail.com>
Date: Thu, 18 Dec 2008 04:29:22 -0800 (PST)
Local: Thurs, Dec 18 2008 7:29 am
Subject: Re: ★What is the plan about Camera and MediaRecorder?
I know MediaRecorder is abstraction layer .
Whar is the final Implementation ,
Are they like this :
1. SoundRecorder is based on  PVAuthor
2. Camera is not based PVAuthor
3. VideoRecorer will not be based on PVAuthor.

Do we have plan to using unify Implementation such as PVAuthor,
But it seem both PVAuthor and MediaRecorder abstraction layer  are not
defined the still image capture intercace.


 
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.
hanchao3c  
View profile  
 More options Dec 18 2008, 7:50 am
From: hanchao3c <hancha...@gmail.com>
Date: Thu, 18 Dec 2008 04:50:52 -0800 (PST)
Local: Thurs, Dec 18 2008 7:50 am
Subject: Re: ★What is the plan about Camera and MediaRecorder?
oh............................
I find it in cupcake branch,
Add this files in frameworks/base/ include / media /
IMediaRecorder.h
PVMediaRecorder.h

According to the interface :
mediarecorder  = audio recoder  + video recoder + preview.

And the still image capture interface in base/ include / ui /
Camera.h
This Camera (Jpeg) = Jpeg capture  + preview.

At least the preview part (viewfinder ) of them are same. Both using
Suface as interface.

Do we have plan integrate them together ?


 
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.
Dave Sparks  
View profile  
 More options Dec 18 2008, 11:39 am
From: Dave Sparks <davidspa...@android.com>
Date: Thu, 18 Dec 2008 08:39:59 -0800 (PST)
Local: Thurs, Dec 18 2008 11:39 am
Subject: Re: ★What is the plan about Camera and MediaRecorder?
I don't see the benefit of integrating them together. It would just
add one more layer over the Camera interface.

We will probably write a widget similar to VideoView to make image and
motion capture easier for app developer.

On Dec 18, 4:50 am, hanchao3c <hancha...@gmail.com> wrote:


 
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.
hanchao3c  
View profile  
 More options Dec 21 2008, 6:17 am
From: hanchao3c <hancha...@gmail.com>
Date: Sun, 21 Dec 2008 03:17:59 -0800 (PST)
Local: Sun, Dec 21 2008 6:17 am
Subject: Re: ★What is the plan about Camera and MediaRecorder?
Thanks .
I think the Widget for Camera and VideoView  may need consider more
for using HW overlay Surface.

For Preview case , It need do more consider than MediaPlayer. Ex, Add
UI emelent on the top of privew, so the WIdget Class need take
consider the layers management and color key.

Just like we discussed before.

On 12月19日, 上午12时39分, Dave Sparks <davidspa...@android.com> wrote:


 
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.
Dave Sparks  
View profile  
 More options Dec 22 2008, 5:52 pm
From: Dave Sparks <davidspa...@android.com>
Date: Mon, 22 Dec 2008 14:52:40 -0800 (PST)
Local: Mon, Dec 22 2008 5:52 pm
Subject: Re: ★What is the plan about Camera and MediaRecorder?
If you mean that camera preview needs to work the same way, I agree
with you. This should not require any change to the application
though.

On Dec 21, 3:17 am, hanchao3c <hancha...@gmail.com> wrote:


 
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 »