Camera « video « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » video » Camera 

1. Video streaming from a Camera over the internet    stackoverflow.com

I want to write an application which streams a video content which is obtained from a camera (IP Camera) over the internet. By reading some of the posts I have a ...

2. Problem in opening Camera in Video mode in iphone    stackoverflow.com

In my application,I want to open the camera in Video mode.So I write the following codes /Codes/ myImagePickerController.mediaTypes =
[NSArray arrayWithObject:(NSString *)kUTTypeMovie]; /Codes/ And include import MobileCoreServices/UTCoreTypes.h> But it shows the following errors /Errors/ "_kUTTypeMovie", ...

3. Getting duration of video taken by camera iphone sdk    stackoverflow.com

I am trying to get the duration of a video taken with the camera using UIImagePickerController on the iphone, has anyone found a solution to this? Thanks Daniel

4. iPhone; Continuously Get Video from Camera    stackoverflow.com

First of all I have to admit that I haven't upgraded to SDK 3.1 yet. AFAIK, there is possibility to record video using SDK, but again popping up camera and allowing ...

5. look for open source iPhone camera project    stackoverflow.com

I am looking for some open source projects focusing on iPhone camera, such as image processing &filter when using iPhone camera. Unfortunately, someone said that

as far as ...

6. how to use the camera roll feature which says upload video to youtube, email and mms, in our own iphone application?    stackoverflow.com

i have built an iphone application which makes a video and than you can record the video further. now the main part or my application is that i want to upload ...

7. How to modify in real time the video stream from the iPhone camera?    stackoverflow.com

Every time the camera of the iPhone captures a new image, I want to modify it and then display it on the iPhone screen. In other way: how to modify in ...

8. Is it possible to play an audio file or video file during use of camera    stackoverflow.com

As the question says, is it possible to play an overlay video over the camera and record it. Also, would it be possible to play an audio file while in camera mode. ...

9. error when capturing camera and audio input    stackoverflow.com

using some of the nifty new APIs in iOS4 i am trying to capture input from the iPhone's camera and microphone and save it to a file. below is the code ...

10. iPhone video camera streaming    stackoverflow.com

Can anyone confirm how an app like this is done? PocketCam Is the way to capture the camera's video stream using AVFoundation? http://developer.apple.com/iphone/library/documentation/AVFoundation/Reference/AVCaptureVideoDataOutput_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40009544 To be clear, I dont want to ...

11. Iphone - Video Recording Applications - Use Camera Roll or store in app / database?    stackoverflow.com

For those of you making iphone applications that record video

  • Are you utilising the camera roll for storage and then indexing the asset URL?
  • Or are you somehow saving the video to the ...

12. How to detect if iPhone/iPod camera supports video?    stackoverflow.com

Is there a better way than using sysctlbyname to find the device model and filtering by supported models? I'm hoping for something clean like: if ([UIImagePickerController isSourceTypeAvailable: UIImagePickerControllerSourceTypeCamera]) ANSWER: In the process of ...

13. What Techniques Are Best To Live Stream iPhone Video Camera Data To a Computer?    stackoverflow.com

I would like to stream video from an iPhone camera to an app running on a Mac. Think sorta like video chat but only one way, from the device to a ...

14. How to set iPhone video output image size    stackoverflow.com

I'm trying to do some image processing on iPhone. I'm using http://developer.apple.com/library/ios/#qa/qa2010/qa1702.html to capture the camera frames. I saw that I can set AVCaptureVideoDataOutput image format using setVideoSettings, but ...

15. Capture video simultaneously from both front and rear camera    stackoverflow.com

I'm facing a hard problem, I'm developing an app to capture video from both front and rear camera simultaneously on IPhone 4 without jail-break and save it to one video with ...

16. Front Camera Video Recording iPhone 4?    stackoverflow.com

i am trying to record a video from front camera of iPhone 4 using AVFoundation Framework with the help of WWDC samples i got from iPhone developer program. But i ...

17. how does first generation iPhone camera video?    stackoverflow.com

There are some apps that let the first generation iPhone record video with a reasonable quality. My question is, which api do those apps use? Do they use custom code for ...

18. How can I capture and stream video from the iPhone's camera?    stackoverflow.com

What's the best, most convenient, and most Apple-permitted way of streaming video from the iPhone's camera to a server on the Internet (or local network)? uStream, Qik, Justin.tv, etc.. Are all able ...

19. Save as video using AVFoundataion framework from iPhone camera?    stackoverflow.com

Can you please help me out, how to save as video file from incoming CMSampleBuferRef in delegate method. Also how to append the buffer data and save it as a video ...

20. How to create camera and video on map application for user record in iphone    stackoverflow.com

i made one map application for user and i have to give on map some camera and video for user. if user is going on somewhere and he or she has ...

21. Processing and saving video on the fly    stackoverflow.com

I have some code in avfoundation that is processing and displaying video on iphone. It is common:

  • start session
  • dispatch queue
  • CMSampleBuffer
  • bitmap context
  • cgImage
  • finally UIImageView.image=image
Now I wonder if is it possible ...

22. How to move video from application documents directory to camera roll?    stackoverflow.com

hallo, i have found some iphone-camera-video-saving avfoundation code examples over the net (and also im tryin to write my own code but not finished it yet) such examples process and do save ...

23. iPhone: 5 seconds video capture    stackoverflow.com

I would like to write code so that when the user presses a button, the camera is launched and records 5 seconds of video. In other words I want to have ...

24. Save Video and Sequence of Images while recording video using Camera    stackoverflow.com

I need to save the video into a sequence of images while recording that video using the iphone/ipod camera and also I need to save that video. Please direct me... ...

25. Broadcast your iphone camera live to web    stackoverflow.com

I want to broadcast my iphone camera's feed live to other iphone. Just like a video chat. Can I do it? I don't have any idea about it. Can anyone please ...

26. how to check video camera is available on iPhone    stackoverflow.com

is there any way to check video camera capability available on iPhone?

27. How to disable GPS info from programming while taking picture/video on iPhone?    stackoverflow.com

I do not want GPS information to be incorporated in the pictures/videos taken by our app, I could not find any api to disable GPS location information while using camera. I ...

28. Upload video taken with iphone camera with PUT method    stackoverflow.com

How can i upload a video taken with the camera or contained in the phone memory? I need to upload it using a PUT method. Thank you Code for photo uploading:

- (void)uploadPhoto:(NSData *)data
{
ASIHTTPRequest *request ...

29. how to retrieve all videos stored in iphone camera roll    stackoverflow.com

I am using following code to choose image from camera role

 picker= [[UIImagePickerController alloc] init];
picker.delegate = self;
picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
//picker.sourceType = UIImagePickerControllerSourc

//[self addSubview:imagePickerController.view];
[self presentModalViewController:picker animated:YES];
but this shows only images , but i ...

30. Video stream from iPhone camera, retain only last 2 min of stream at all times    stackoverflow.com

I am working on an iPhone app that would capture realtime video from the iPhone camera over long periods of time. That part is fairly straightforward - the catch is ...

31. Best Camera for shoot a gameplay Video    stackoverflow.com

I have developed some games for iPhone and iPad but the success rate in appstore is bad. So I think I should do some marketing things and thats why I need ...

32. How to get the record date of a video captured by iphone camera?    stackoverflow.com

I want to get the record time in my app, but i can not find which api can do it. Please help me, Thanks.

33. Face Detection on Camera video input on iPhone    stackoverflow.com

I am working on a project that needs to do face detection on a camera video input (like security camera). I managed to open Video input via AVFoundation framework. I managed ...

34. How to capture video from ip camera iOs iPad/iPhone    stackoverflow.com

How to capture video from ip camera iOs iPad/iPhone

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.