| Reply | « Previous Thread | Next Thread » |
|
Can we switch on mobile camera and record video without displaying it on mobile screen while taking video?
|
|
Never tried that, but I suppose it might be possible with the Symbian C++ APIs. to verify that, you could try teh videorecording example, and modify it in a way that the video would not be shown..
|
|
Hi,
Yes you can do video recording without viewfinder, see the video recording example, "S60 Video Example" http://www.forum.nokia.com/info/sw.n..._0_en.zip.html Code:
void CVideoViewFinder::PowerOnComplete(TInt aError)
{
if(aError==KErrNone)
{
TSize finderSize = Size();
// Start view finder. On return, finderSize contains the finder size
// TRAPD(ignored, iCamera->StartViewFinderBitmapsL(finderSize)); // don't start viewfinder
...
Ziteng Chen |
| chenziteng |
| View Public Profile |
| Find all posts by chenziteng |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Addressable (usable) screen size for wallpapers | needshelp | Publishing to Ovi Store | 3 | 2009-04-24 15:50 |
| Screen capture | Video Recording | pavanmv | Symbian Media (Graphics & Sounds) | 9 | 2007-11-01 10:35 |
| displaying pixel values to screen | gaurav17281 | Symbian User Interface | 9 | 2005-12-15 12:13 |
| UI: Full Screen Mode | GENERAL_INFO | Symbian User Interface | 3 | 2004-11-22 07:27 |
| displaying the file contents on the Screen? | yuva69 | General Symbian C++ | 0 | 2002-07-25 10:57 |