The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
64 views

Measuring Sound input from Iphone

I'm trying to make a small sound measuring app in xcode for an iphone and i've been using the following tutorial to activate the microphone ...
0
votes
0answers
69 views

Using AVAudio to play background music that will stop when the view is changed

Is there anyone that can show me how to implement music into one view, that will stop when the view is changed to another. I've tried every tutorial I can find but I can't get any of them to work. Any ...
0
votes
0answers
191 views

Android tablet FPV screen mini jack

is there possibility to stream video to android via mini jack. I want to create application for my tablet, to use it as my FPV screen, but i need to decide how to input data. via miniUSB to AV ...
0
votes
1answer
266 views

Third party codecs in AV Foundation

I was under the impression that AV Foundation doesn't support third-party codecs. If I try to open an Avid DNxHD QuickTime movie in my application it doesn't work, as expected. However, if I open a ...
1
vote
1answer
355 views

AV Framework front facing camera problems

Hello I am using the AV framework to try to access the front facing camera... This is my code to do so.. + (AVCaptureDevice *)camera { NSArray *devices = [AVCaptureDevice ...
1
vote
0answers
193 views

AVAudioPlayer and AVCapture* not working at the same time?

I try to create an App that records a video and plays back a sound at the same time; both using the AV-Classes (AVAudioPlayer & AVCaptureSession). Unfortunately I always get an error, when ...
6
votes
1answer
417 views

Strange AV when storing an Delphi interface reference

I am getting an unexpected Access Violation error in the following code: program Project65; {$APPTYPE CONSOLE} {$R *.res} uses SysUtils; type ITest = interface end; TTest = ...
0
votes
1answer
251 views

where does Apple's iOS AVCAM sample app put the output files?

I downloaded AVCAM, ran it, recorded a video and made a still. Did it store the video and still in a file somewhere? Or is the sample just an example of creating av assets, and I must process the ...
5
votes
1answer
306 views

Can you record video/audio on the iphone, whilst simultaneously playing a separate video (with audio optionally)?

Does any iOS library API support playback and recording of multiple videos simultaneously? For example, does the AVMutableVideo composition interface support this? Can anyone provide a gist of how ...
0
votes
1answer
68 views

How do you go to a web page without causing an AV false alarm?

I'm writing a Winforms app in C# which takes a little input from the user and appends it to the end of a hard-coded URL for a particular web site. Then my program passes the resulting string to ...
1
vote
2answers
318 views

AV won't make full scan? Visual Studio 2008 (vb.net)

Visual Studio 2008 (vb.net) I made simple anivirus but when I make Full scan by this code: FolderBrowserDialog1.SelectedPath = ("C:\") 'first scan:************************************ Try ...
30
votes
3answers
19k views

Emulator error: This AVD's configuration is missing a kernel file

This problem was discovered when I tried to run the Android emulator in Eclipse. Can't figure out what had happen. I had searched online about the solution but it seemed to be vague and I don't not ...
0
votes
1answer
236 views

Add Scan with option in right click menu

I am making AV as my college project and want to add option of SCAN WITH in right click menu.For that i need to add another form specially to be called when user selects that option.How to add another ...
1
vote
2answers
630 views

Record Internal Sound iPhone SDK

I am making a app that requires internal sound to be recorded, any solutions?
1
vote
1answer
225 views

Using AVQueuePlayer to enforce/respect desired gaps between PlayItems

Hi all I'm using AVQueuePlayer to play a sequence of media files (audio, video). I sometimes have PlayItems that are shorter than the durations I need i.e. I want a silence between some items. I have ...
4
votes
4answers
459 views

How to link/synchronize animation to a video recording in real time

App Descrtiption: Speedometer. Has needle dial and animated needle as overlay on the video. I output the animation of the needle onto the video via post-processing. I use AVAssetExportSession, and ...
7
votes
2answers
3k views

Debugging Access Violation (AV) errors?

What tips can you share to help locate and fix AV errors when writing Applications in Delphi? I believe AV errors are usually caused by trying to access something in memory that has not yet been ...
3
votes
2answers
2k views

How to use AVMutableComposition and CALayers on iOS

I'm planning to render content in a view on iOS using AV mutable composition. I want to combine the video coming from one of the iPhone cameras with content created in a layer - mutable composition ...
4
votes
4answers
555 views

Is it possible that FastMM is reporting an False AV?

I have a complex application that works as expected when compiled normally, but closing a form generates an AV when compiled using FastMM 4.97 (the latest). The AV occurs when the message dispatching ...
2
votes
2answers
5k views

CoreAnimation, AVFoundation and ability to make Video export

I'm looking for the correct way to export my pictures sequence into a quicktime video. I know that AV Foundation have the ability to merge or recombine videos and also to add audio track building a ...
0
votes
0answers
166 views

AVG by DroidSecurity - legit? Useful? [closed]

I posted this on Whirlpool as well - I am very interested to see what new input I can get from this community. I was looking at AVG by DroidSecurity in the marketplace today and am a bit confused. On ...
0
votes
1answer
718 views

c# antivirus info

in c# for vista+ not WMI doesn't work for vista+ How can I pull the name of the installed anti virus from WSC and if the virus database is updated or needs updating? Thanks
0
votes
1answer
76 views

Callstack that has has AV reported I see FunctionName() + some Hex value?

What is this offset hex value?