What is the problem when your camera function doesn't work and lags?

What's the problem when the camera function doesnt work and lags? Can my iPod touch be returned because of this? I have done nothing to damage the product.

My file association for jpg files is correct, if i click on a
jpg, ACDSee starts immediately.Although I am a long time Windoze non-user, I vaguely remember that there's a difference between correct file-type association being set and some application starting at a mouse click on a file icon. I also vaguely remember Windoze file-type association mechanism uses a few action-types. Java Desktop should expect a specific action-type for the association.

Similar Messages

  • What does it mean when your ipod is in recovery mode and how do I solve this problem

    What does it mean when your ipod is in recovery mode and how do I solve this problem?

    Unless you have a backup from which you can restore, yes you will lose all of your data and settings.
    You should be able to sync your content back to the iPad if you have been syncing with iTunes all along. If you don't sync with iTunes, you can download much of your paid content again for free as long as you use the same Apple ID. This explains downloading past purchases.
    http://support.apple.com/kb/ht2519
    Unfortunately, at this point, you must restore the device before you can move on. There is nothing you can do to avoid it now.

  • I have no sound in my computer, only with headphones, i tried the software update but it still doesn't work, and i have a red light on in my computer.

    I have no sound in my computer, only with headphones, i tried the software update but it still doesn't work, and i have a red light on in my computer. How to resolve that  ?

    Plug and unlpug the headphone jack with some intention to get the mechanical switch to flip.
    You can google for more intrusive methods. 
    ex. Read through all the many approachs: http://www.ifixit.com/Answers/View/8797/Audio+jack+problem,+no+speaker+sound,+re d+light

  • Explicit assignment to the ref parameter in member function doesn't work

    I've created new member procedure in a simple DB schema (Profesor-Asignatura-Departamento). In this procedure I'd like to change explicitly the value of departamento parameter which stores references to departamento objects.
    So what I'm doing is:
    select ref(d) into ref_departamento from departamento d where d.codigo=n_departamento; -- retrieve reference to the departament which has a code=n_departamento
    then I'd just like to assign the result to objects attribute like this:
    self.departamento:=ref_departamento;
    and here it doesn't work and I'm wondering why; I haven't found explaination in web. No error is displayed, simply it doesn't change the previous value of the parameter.
    Maybe there are some restrictions. I've managed to find another solution here with UPDATE statement but I'm curious why the simple assignment doesn't work.
    Thanks in advance,
    Wojtek

    OK, I'm not spanish however I like my code to be kept that way because I'm still learning :)
    Most important classess are these (then tables are created for them):
    create or replace type ot_departamento as object
    codigo number,
    nombre varchar2(32),
    telefono vt_telefono, -- vector type of size 3
    profesores tt_departamento_profesores, -- table type of references to ot_profesor objects
    asignaturas tt_departamento_asignaturas -- table type of references to ot_asignatura objects
    create or replace type ot_profesor as object
    codigo number,
    nombre varchar2(32),
    direccion ot_direccion, --object type with street, city, etc.
    telefono vt_telefono,
    departamento ref ot_departamento, -- reference to ot_departamento
    docencia tt_profesor_docencia, -- table type of objects which attributes are (reference to ot_asignatura, credits for a subject)
    create or replace type ot_asignatura as object
    codigo number,
    nombre varchar2(32),
    departamento ref ot_departamento, -- reference to ot_departamento
    docencia tt_asignatura_docencia, -- table type of objects which attributes are (reference to ot_profesor, credits for a subject)
    member procedure cambio_departamento(n_departamento number) *<- That's the procedure, where I had this issue* its task is to change current department,it takes as an argument code of new department which needs to be assigned
    So now the code for my procedure is:
    create or replace
    type body ot_asignatura as
    member procedure cambio_departamento(n_departamento number) is
    asig_count number:=self.docencia.count;
    no_cambio exception;
    docencias_adscritas exception;
    ref_departamento ref ot_departamento;
    begin
    --first check if a department of given code (n_departamento) exists at all, if not then raise NO_DATA_FOUND exception
    select ref(d) into ref_departamento from departamento d where d.codigo=n_departamento;
    --check if the given department is not the same as asignatura has already assigned, if so then raise NO_CAMBIO (NO_CHANGE) exception
    if ref_departamento=self.departamento then
    raise no_cambio;
    end if;
    --if there are any docencias (subject is declared with professor who's teaching and credits) already assigned to current department then department can't be changed
    if asig_count>0 then
    raise docencias_adscritas;
    end if;
    --first delete our assignatura from list of assignaturas already assigned to current department in the corresponding ot_department
    delete from the (select d.asignaturas from departamento d where ref(d)=self.departamento) a
    where a.COLUMN_VALUE.codigo=self.codigo;
    --now assing (update) to current assignatura reference to the new department
    --self.departamento:=ref_departamento; <- THIS IS NOT WORKING HERE*, so the workaround is given below by using explicit UPDATE on the whole table
    update asignatura a set a.departamento=(select ref(d) from departamento d where d.codigo=n_departamento)
    where a.codigo=self.codigo;
    --what's left is to add current assignatura to the list of assignatures for new ot_departamento
    insert into the (select d.asignaturas from departamento d where d.codigo=n_departamento)
    select ref(a) from asignatura a where a.codigo=self.codigo;
    exception
    when no_data_found then
    raise_application_error(-20003,'No hay este departamaneto');
    when no_cambio then
    raise_application_error(-20002,'Asignatura ya adscrita a este departamento');
    when docencias_adscritas then
    raise_application_error(-20001,'Asignatura tiene docencias adscritas !!!');
    end cambio_departamento;
    end;
    I hope it's quite clear here. I'm still curious, why it's not working.
    Thanks,
    Wojtek

  • HT4101 The Lightning to USB Camera Adapter doesn't work

    I just bought the Lightning to USB Camera Adapter but it doesn't work and show the message: it is not an authorised accessories..may not work reliabily

    the adapter doesnt work with ios 7 on a lot of new devices, so untill apple fixes the issue, here is a workaround http://www.youtube.com/watch?v=pE28JwxQ3Zc

  • ZiiO 7 boots till the lock screen then... (doesn't work and flickers)

    ... then the touchscreen doesn't work and the backlight of the screen flickers. I already wrote to the customer service. This post is just to ask: is out the anyone which experienced the same problem?
    To be honest this ZiiO is not mine. Mine works perfectly and I'm very happy with it, that's why I suggested a friend to buy one too. He said it worked for about 20min then...
    I already tried: a couple of "0 seconds power button reset"; recovery mode factory reset; updating firmware from microSD (.00.28 to 2.003).
    Thanks

    Hello Sukazza,
    Welcome to Creative forums!
    Did he install any third party software before this happened? I experience a similar case once but I was able to remove the corrupt app by running on safe mode. While you are powering it on, press and hold down the Menu button. Once you're on safe mode, do a factory reset (I know you wrote in your post above that you've done factory reset but worth a try). If this doesn't work, I suggest you contact the store (if you are still within the return period) and have your unit replaced otherwise, wait for the reply from customer support and have the unit RMA'ed. Hope this helps.

  • Bridge CC is asking my to 'purge cache'. When I do this doesn't work and freezes my mac. Bridge is unable to work at all. Please help?

    When I start up Bridge CC I get a error message instructing me to purge cache in preferences which I do but it doesn't work and freezes my mac. I cannot curretnly use Bridge CC. PLease help as this is costing me time and money - thank you in advance....

    Hold down the Option key as you launch Bridge, keep it down until you see a dialog box, then click all three options in the re-set box that comes up.
    If you don't see that re-set box, you're doing it wrong, i.e., you're not holding the Option key down fast enough.

  • What is the procedure when your ipod is stolen

    My Ipod was stolen.  Am I to notify Apple for any reason to keep the thief from being able to use it? 
    I have my Itunes collection backed up, so can I simply transfer it to my new Ipod? 
    Should I register my replacement Ipod with the same information as my original Ipod?

    Report the theft to your. Local authorities. Apple has no way to block use of an iPod and does not take theft reports.
    Yes, just sync the new one with your library and register the new one.

  • What is the problem when i edit a PDF and i cannot rotate the document tells me invalid page range

    can some please guide me in the right direction

    Yes but the page I want to rotate doesn’t turn
    David M. Killon
    Consultant TASS Inc.
    Cell – 321-961-7337
    [email protected]

  • My rear camera will not focus on my iPhone 6plus, I updated to 8.2 today to see if it fixed it but it didn't, what is the reason for my camera to just stop working?

    My camera doesn't focus anymore, I didn't drop it or get it wet either. The front camera still works like it should. I even updated my phone to 8.2 today and still it didn't fix the problem.

    Hello Jeremy76504,
    Welcome to the Apple Support Communities!
    I understand that you are having an issue with the camera on your iPhone not focusing as you would expect. In this situation, I would recommend reading over and working through the troubleshooting steps in the attached article. 
    Get help with the camera on your iPhone, iPad, or iPod touch - Apple Support
    Your photos are blurred or out of focus
    If your photos are blurred, out of focus, or have dark spots, try these steps:
    Make sure that the camera lens is clean. If you need to clean the lens, use a microfiber cloth. If you see dirt or debris inside the lens, take your device to an Apple Retail Store or Authorized Service Provider for more help.
    Make sure that there’s nothing blocking the camera lens. If you’re using a case, try removing it.
    With iPhone 6 Plus, a metallic case or magnetic lens could interfere with optical image stabilization. If you have a metallic case or magnetic lens attachment, try taking a picture without it. Then compare the quality.
    Adjust the focus by tapping on the person or object in the preview screen. You’ll see the screen pulse or briefly go in and out of focus as the camera adjusts. In photo mode, try to stay steady when adjusting the focus. If you move too far in any direction, the camera will automatically refocus to the center. In video mode, you can adjust the focus before you begin recording.
    If the color seems too bright, or you see double-exposures of moving objects, make sure that HDR is set to Auto or Off. Tap HDR at the top of the screen to choose a different setting.
    Have a great day,
    Joe

  • HT4623 When I try to download my iOS 7 it says there was a problem. My home button doesn't work and neither does my safari.

    I haven't updated this phone in a long timeworn I do it it says error

    If the screen and iPod does not show any life then letting the batter drain will not do anything.
    If you tried another cable and tried ReBoot on another computer and still problem then your iPod has to be repaired/replaced
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • How do I represent the apostrophe char in java? ''' doesn't work and ...

    case '\u0027':doesn't either.
    what is the representation like: 'h' is h

    Quacked wrote:
    Useless advice for the OP's case (in which he wants to use a "case"...). The OP knew he needed a char representation of apostrophe, not a String representation.

  • What is the problem when the nano changes channels when your on a station or a song

    I can be on a channel and it will change to another channel or even a venue. It stays on one for about 15 seconds then goes wherever it wants???????????????

    What do you mean by "channel" and "venue"?  Are you listening to the radio, assuming it's a nano model with a radio?
    Make sure the headphones plug is completely inserted into the iPod's headphones jack.  The fit may be tighter than expected, if it's the current iPod nano model.  It receives remote control signals from the buttons on the headphones cord, so if the plug is not fully inserted, it may still work for audio, but the iPod may receive false remote control signals and do odd things.
    Also, try turning off the Shake to Shuffle feature, if it's a model with that feature.  The setting is on the iPod's onboard Settings screen.  See if that makes a difference.

  • What is the problem when I turn on my macbook and all I get is a picture of a file folder with a question mark in it?

    First my Macbook is almost 5 yrs old and is probably on it's last leg.  The other day it froze and was making some pretty loud clicking noises.  I turned it off by holding down the power button and tried starting it up again.  At that point the screen was just blue and the noise came back on.  Then a file folder appeared in the middle of the screen with a question mark in it.  Does this mean the hard drive crashed or something?  We blew a hard drive once before (though it didn't happen like this) but I just wanted to check before I go to the store.  If it's something that is bad then I may just be sending this one to the grave and replace it with an iPad.  Any insight into this problem would be appreciated.  Thanks.

    That folder with the question mark icon means that the MacBook can't find the boot directory. That can either mean it can't find the hard drive or the Operating System data on the hard drive is somehow corrupted.
    Put your install DVD into the optical drive (CD/DVD drive) and reboot. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option key until the Install Disk shows up). That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. When it comes up is your Hard Drive in the list on the left?
    If it is then click on the Mac OS partition of your hard drive in the left hand list. Then select the First Aid Tab and run Repair Disk. The Repair Disk button won't be available until you've clicked on the Mac OS partition on your hard drive. If that repairs any problems run it again until the green OK appears and then run Repair Permissions.
    If your hard drive isn’t recognized in Disk Utility then your hard drive is probably dead.

  • TS4522 What is the problem when I get error code 0 when trying to burn a DVD.  It stops around 60-some %.

    I have tried twice to burn a DVD, and both times I get error code 0 at about 60-some % of the transcoding.  I haven't had any trouble burning DVDs before now.

    I had a friend with similar problem, not sure of cause. Happened when sharing to Apple device as well.
    Apple said to delete all files in Render folder. We did not try that as-
    Problem changed slightly for us, in that Share to 'Apple device 720' got to 50% and pretended to have completed its operation, but no file found in Project Share folder.
    We found then, if the timeline clips where highlighted it would share, where previously it had repeatedly failed.
    Hope that helps

Maybe you are looking for

  • Advantages of JAVA stack on ECC 6.0

    Hi There Can any one please make me clear about the adavantages of  JAVA stack on ECC6.0, how does it helps our business, as tehre are no JAVA relaetd components in our environment , now we are on ECC6.0 ABAP stack, if this is the case how to  go ahe

  • Deleting a row from a Procedure

    Hi All Can one of you tell me how to delete a row from a Procedure It is created with CREATE OR REPLACE PROCEDURE report.NAMEOFTABLE (nPutId IN Report.ID%TYPE, cArea IN Report.Area%TYPE, cSubject IN Report.Subject%TYPE, nUserId IN Report.EngineerID%T

  • AUTOMATIC PO DURING GR

    Hi, I have done the customization for automatic PO during GR. The system is creating a purchase order with the Info record price. Now my question is:  Since the cost of the item is totally fluctuating is it technically possible to enter the cost duri

  • IWeb site in multiple languages

    Making a site in iWeb is very simple, but what about a site where the end-user chooses his language? Standaard buttons for the slideshow, etc... are translated to the developer's language. While it is possible that I want a page where the language is

  • How do I get a larger font in the Tabs and Adress bar?

    I have poor eyesight and when I open Firefox the Tabs Bar and the address bars is to small for me to read. I have to use a magnifying Glass to read them and than up close.