Cannot connect to camera when using gpu rendering

Hi, anyone know why I can't connect to the camera when I use gpu rendering. I can use the camera when I use direct. Thanks!

Is this mobile or desktop, or both? Direct is a very preferable option anyhow, FYI. It's required to use Stage3D in many engines as they make clear in all their requisites. 

Similar Messages

  • Cannot connect to we when using facetime

    Cannot log into facetime with my IPAD mini. 

    If this isssue occured after upgrading to ios7, it may be because of the apple server being inundated. If it is the server, imessage will also be affected. To isolate the issued down to being the server, check to see if imessage is down too. Does the message say something regarding activation ?

  • How to use filters on ios mobile devices (iPhone/iPad) using GPU rendering (Solved)

    Many moons ago I asked a question here on the forums about how to use filters (specifically a glow filter) on a mobile devices (specifically the iPhone) when using GPU rendering and high resolution.
    At the time, there was no answer... filters were unsupported. Period.
    Well, Thanks to a buddy of mine, this problem has been solved and I can report that I have gotten a color matrix filter for desaturation AND a glow filter working on the iPhone and the iPad using GPU rendering and high resolution.
    The solution, in a nut shell is as follows:
    1: Create your display object... ie: a sprite.
    2. Apply your filter to the sprite like you normally would.
    3. Create a new bitmapdata and then draw that display object into the bitmap data.
    4. Put the new bitmapdata into a bitmap and then put it on the stage or do what you want.
    When you draw the display object into the bitmapdata, it will draw it WITH THE FILTER!
    So even if you put your display object onto the stage, the filter will not be visible, but the new bitmapdata will!
    Here is a sample app I created and tested on the iphone and ipad
    var bm:Bitmap;
    // temp bitmap object
    var bmData:BitmapData;
    // temp bitmapData object
    var m:Matrix;
    // temp matrix object
    var gl:GlowFilter;
    // the glow filter we are going to use
    var sprGL:Sprite;
    // the source sprite we are going to apply the filter too
    var sprGL2:Sprite;
    // the sprite that will hold our final bitmapdata containing the original sprite with a filter.
    // create the filters we are going to use.
    gl = new GlowFilter(0xFF0000, 0.9, 10, 10, 5, 2, false, false);
    // create the source sprite that will use our glow filter.
    sprGL = new Sprite();
    // create a bitmap with any image from our library to place into our source sprite.
    bm = new Bitmap(new Msgbox_Background(), "auto", true);
    // add the bitmap to our source sprite.
    sprGL.addChild(bm);
    // add the glow filter to the source sprite.
    sprGL.filters = [gl];
    // create the bitmapdata that will draw our glowing sprite.
    sprGL2 = new Sprite();
    // create the bitmap data to hold our new image... remember, with glow filters, you need to add the padding for the flow manually. Should be double the blur size
    bmData = new BitmapData(sprGL.width+20, sprGL.height+20, true, 0);
    // create a matrix to translate our source image when we draw it. Should be the same as our filter blur size.
    m = new Matrix(1,0,0,1, 10, 10);
    // draw the source sprite containing the filter into our bitmap data
    bmData.draw(sprGL, m);
    // put the new bitmap data into a bitmap so we can see it on screen.
    bm = new Bitmap(bmData, "auto", true);
    // put the new bitmap into a sprite - this is just because the rest of my test app needed it, you can probably just put the bitmap right on the screen directly.
    sprGL2.addChild(bm);
    // put the source sprite with the filter on the stage. It should draw, but you will not see the filter.
    sprGL.x = 100;
    sprGL.y = 50;
    this.addChild(sprGL);
    // put the filtered sprite on the stage. it shoudl appear like the source sprite, but a little bigger (because of the glow padding)
    // and unlike the source sprite, the flow filter should acutally be visible now!
    sprGL2.x = 300;
    sprGL2.y = 50;
    this.addChild(sprGL2);

    Great stuff dave
    I currently have a slider which changes the hue of an image in a movieclip, I need it to move through he full range -180 to 180.
    I desperately need to get this working on a tablet but cant get the filters to work in GPU mode. My application works too slow in cpu mode.
    var Mcolor:AdjustColor = new AdjustColor();   //This object will hold the color properties
    var Mfilter:ColorMatrixFilter;                           //Will store the modified color filter to change the image
    var markerSli:SliderUI = new SliderUI(stage, "x", markerSli.track_mc, markerSli.slider_mc, -180, 180, 0, 1);   //using slider from http://evolve.reintroducing.com
    Mcolor.brightness = 0;  Mcolor.contrast = 0; Mcolor.hue = 0; Mcolor.saturation = 0;            // Set initial value for filter
    markerSli.addEventListener(SliderUIEvent.ON_UPDATE, markerSlider);                          // listen for slider changes
    function markerSlider($evt:SliderUIEvent):void {
        Mcolor.hue = $evt.currentValue;                        
        updateM();
    function updateM():void{
        Mfilter = new ColorMatrixFilter(Mcolor.CalculateFinalFlatArray());
        all.marker.filters = [Mfilter];
    how would I use your solution in my case
    many thanks.

  • Powershot A4000 IS: My computer cannot recognize my camera when connected, saying "Windows cannot op

    Powershot A4000 IS: My computer cannot recognize my camera when connected, saying "Windows cannot open the device because the configuration  (in the registry) is incomplete or corrupted". This a recent occurrence. I have reloaded the latest Camerawindow software to no avail. Any recommendations to solve this problem?
    Solved!
    Go to Solution.

    Hi Tedson,
    Because of the number of steps that may be involved, I recommend that you contact us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • TS1368 I cannot connect to iTunes store using iTunes. 'Secure link to iTunes store failed'. Please help!

    I cannot connect to iTunes store using iTunes. I have version 11.0.2.26 on Win 7 pc. I have had no problems until recently. Can't say exactly the problem began as I don't normally use my computer to access the store but my last successful access according to iTunes diagnostics was 28th Feb 2013 (if thats useful?!)
    I've run the Network Connectivity Test in iTunes diagnostics and I got the following results:
    - Network interfaces verified.
    -Internet connection verified.
    -Secure link to iTunes failed.
    When I click the help button next to the 'Secure link to iTunes failed' message I get the following:
              ''iTunes Help is unavailable because your computer isn't connected to the internet.'
    My pc is connected to the internet. I've checked firewalls. Windows firewall is off. I'm running AVG internet security 2013. Iv've checked the firewall settings on that and iTunes is not being blocked.
    Getting kinda frustrated. Can anybody help please???

    I seem to have tracked down the problem. AVG Family Safety software was causing the issue somehow. I have uninstalled it and iTunes now working. I will contact AVG for a solution as I now have no way of blocking certain sites.

  • Cannot connect to the net using my wi fi on my blackberry curve

    hi there, i cannot connect to the net using my wi fi on my blackberry curve 8520. wen i go in to settings and click on to manage connections it as a tick at the side of wi fi  and says TALKTALK- 3B0BD4 and a tick at the end. if i turn my mobile network of my signal goes,  and when i try to connect to the net a message comes up saying  unable to connect to the internet, please try again later. if the problem persists please contact your service provider.when i try to set up a new wi fi connection and scan for networks it comes up with TALKTALK-3B0BD4 and undernieth it says connected and the signal is full at the side of it? many thanks maria

    i cannot browse the internet thru wifi using bb curve 9360..when i checked  my wifi settings it  says that im already connected but when im trying to browse it says cannot connect contact your service provider

  • Cannot connect statefully to AuroraServer using inst1_http

    I tested inst1_http using Net8 successfully. But when I run the url on the brower, I got "Cannot connect statefully to AuroraServer using inst1_http" message on the error.log file. Could some one let me know the cause?
    Where can I find the log information about mod_ose, and ose?
    Thanks,
    Lixin

    I am on Win 7 64 bit. iTunes and one other program I use could not make a secure connection although I was able to securely connect to online banking, etc. I tried ten different settings I read about in various posts under "Secure Connection" including the links about in your post. Nothing worked.
    What finally worked for me was going into Control Panel, then selecting Internet Properties, then going to the Advanced tab, and then scrolling down to the Security section and unchecking "Check for server certificate revocation*" Note that I undid trusted sites (e.g. no trusted sites needed) and undid all the special Norton IS 2009 firewall settings and everything still worked. This seemed to all start with the updates starting with iTunes rev 9 but I can't be sure as I recently upgraded to Win 7 Premium Home from Vista Ultimate.
    Hope it works for you. I will post this in a few other discussions on the same as I have not seen anything before that worked in my case.
    Good luck.

  • I cannot connect to the net using 3G, i have ipad2 16GB, i have tried resetting my ipad2, and resetting the network setting, my location is here in riyadh, everitime i try to connect to the net theres a pop message saying "could not activate cellular data

    i cannot connect to the net using 3G, i have ipad2 16GB, i have tried resetting my ipad2, and resetting the network setting, my location is here in riyadh, everitime i try to connect to the net theres a pop message saying "could not activate cellular data network, please help me guys thanks.....

    Thanks for the quick response. No, I did not get any error messages or any terms-of-usage screen. The employee I told my problem to was not computer savvy either. She just suggested I move to different spots w/in the library to see if that would make a difference. It didn't. When I connected to the library WiFi it did change the Verizon 3G that is usually in the upper left corner to iPad with two to three emanating arcs. I may have to go to the library in the next town. I was able to connect to theirs in the past when I had to download something greater than 20 MB. Unless I really want it, I will probably not even try to download something more than 20 MB due to the hassle. Yeah, I may have been better off getting a normal desktop or laptop and getting WiFi at home. To do that now would mean having my iPad 2 and a desktop computer, which I feel is extravagant. (I know there are a lot of big spenders out there who got the iPad as additional gadget for fun. This is a rich country.) A Verizon rep told me I couldn't set up a WiFi router at home just using an iPad. So it seems like a person who just uses 3G is limited to surfing the net (not even much YouTube because it eats a lot of data) and using email. I read about an app that helps print wirelessly using 3G, but a reviewer said you had to be an engineer to get it done right. BTW, I like the Steelers. I'm old enough to remember Franco Harris and that blond guy whose name escapes me back in the '70s. Since I live in North Jersey I feel I have to support the Giants. But I know football about as well as computers.

  • HP 7 Voice Tab - "Camera Error - Cannot Connect to Camera"

    Hi, I am facing a Error on my HP 7 Voice Tab. when i try to open camera it showing Camera Error- Cannot Connect to Camera. I bout this in December 2014. I did few trouble shott like go to Setting -Apps- Camera- Force Stop, Claer Data, Clear Chache and then reboot the tab, But Still i have same error. Even i try installed new Camera apps from google Play Store, but Still the erroe remain same. I was thinking to to do Factory Data Reset. (The last option i Have) Please let me know if there is any other solution. Thanks,Raghu

    Hey @JaishalCalicut ,
    Welcome to the HP Forums!
    I understand you're unable to connect to your Slate 7 Voice Tab to transfer data from your PCs.
    Does the VoiceTab show up in Device Manager when it is connected? 
    Have you recently updated to KitKat?
    How long is the cable you are connecting the devices with?
    Is the device in MTU mode?
    Clear all cache on the tablet: Settings > Storage > Cached Data. You should have the option to erase all the cached data here.
    Hard reset: While the tablet is on, press and hold the power button for 8+ seconds to force shut down. Turn the tablet back on and see if that helps.
    Factory reset: Make sure you backup any important files or information first. Settings > Backup & reset > Factory data reset.
    Thanks!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • My Macbook Pro cannot connect to the internet using an ethernet cord.

    My Macbook Pro cannot connect to the internet using an ethernet cord. It was working fine for weeks, then all of a sudden just stopped. What could the problem be?

    Hi bean07670,
    If you are having an issue with the Ethernet connection on your MacBook Pro, you may find the following article helpful:
    Mac OS X: Troubleshooting a cable modem, DSL, or LAN Internet connection
    http://support.apple.com/kb/TS1317
    Regards,
    - Brenden

  • My pc cannot connect to iphone 4 using bluetooth,says no bluetooth driver.

    my pc cannot connect to iphone 4 using bluetooth,says no bluetooth driver.

    What exactly are you trying to achieve by connecting via bluetooth? If you have a tethering plan, that's the only thing that's supported via bluetooth to a computer. It cannot sync or transfer files via bluetooth. Those are not features of the iPhone.

  • I get a message that says cannot connect to iTunes when I try to update apps.  I am connected to wifi.  I have changed password. I have turned off iPad and back on.  I have tried scearching for the answer and cannot find any help.

    I get a message that says cannot connect to iTunes when I try to update apps. I have tried everything. What to do?

    Apple appears to be having trouble with the iTunes Store servers right now. Wait for them to fix it.
    (81086)

  • Problem In Camera Of Lenovo K3 Note "cannot connect to camera"

    I bought K3 Note a week ago...it showing "cannot connect to camera" error...I also installed latest system update of 17 mb.What should i do?Plz,I need fix of it. 

    Yes fully agree... Even the FFC( front facing camera) has its problem. The major problem if you may have noticed is that all images captured appear as mirror images i.e. things on your left appear on your right...mole on your right cheek will be on the left.... Very annoying indeed.. Hope they fix this up too...

  • Publish to iOS using GPU rendering?

    Can the new publish to iOS feature use GPU rendering and if so, how does one set that?
    AIR for iOS allows CPU, GPU, Auto, and Direct options.
    Thanks.

    Is this really the only solution? I've been trying to go back to Java 1.6 following various threads found on internet but have been unable to get to work - does Adobe have any plans to fix on thier end? Here's error message I'm getting, have tried switching Air versions but didn't help. We've actually had to remove an app from app store because unable to export to fix a bug, so any help would be appreciated.
    Exception in thread "main" java.lang.Error: Unable to find llvm JNI lib in:
    /Applications/Adobe Flash CS6/AIR3.2/lib/adt.jar/Darwin
    /Applications/Adobe Flash CS6/AIR3.2/lib/aot/lib/x64
    /Applications/Adobe Flash CS6/AIR3.2/lib/adt.jar
    /Applications/Adobe Flash CS6/AIR3.2/lib
         at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:577)
         at adobe.abc.LLVMEmitter.(LLVMEmitter.java:591)
         at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:407)
         at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1585)
         at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:300)
         at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:620)
         at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
         at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:224)
         at com.adobe.air.ADT.parseArgsAndGo(ADT.java:557)
         at com.adobe.air.ADT.run(ADT.java:414)
         at com.adobe.air.ADT.main(ADT.java:464)

  • Do I have to be connected to internet when using illustrator through creative cloud? And can I change the language on the trial version if I would extend it to pay version? Thank you in advance.

    Do I have to be connected to internet when using illustrator through creative cloud? And can I change the language on the trial version if I would extend it to pay version? Thank you in advance.

    Lelisa it is only necessary to connect to the internet periodically to receive updates and validate your membership.  If you have an annual membership you can be offline for up to 99 days.  You can find additional details at Activation & Deactivation Help.
    I would also recommend reviewing Creative Cloud Help | Install, update, or uninstall apps which discusses adjusting the installation language.

Maybe you are looking for

  • Arranging videos by artist with iTunes 7

    Can anyone figure out how to arrange your movies/TV shows by artist in the new iTunes? With the last version I had all of my videos arranged by the "artist" as there were several episodes of the same programme. Now everything is simply arranged alpha

  • Eye dropper/ color picker not working right

    Everything so far seems to be working right except the eye dropper tool, or even selecting a color from the pallette it. Instead of setting the foreground color it's setting the background color which is really annoying, I've tried uninstalling and r

  • Publish multiple files - WIndows Media Server 2008 R2

    Hi all - apologies am new to Windows Media Server and just installed a test one on a 2008 R2 Server. I can easily publish a single file but the Project I am working on will need to make 200+ files available to users. I know I can publish a directory

  • Grep - filter twice?

    I want to be able to filter time output so that I would only output numbers for real time. Typical output of time is : user@user-VirtualBox:~$ time gzip -fc -1 rafale.bmp > rafale.bmp.gz real 0m0.331s user 0m0.156s sys 0m0.060s By using grep, to filt

  • SD Partner Function other than "Sold To, Ship To etc.."

    Hello BI fam, What is the best approach in extracting additional partner funtion in SD (ex: Contacts, External Buyer) with mostly created with "Z" other than your usual suspects (Ship to, Sold To etc.).  We are attempting to query reports with total