How to save an AVI w/ as many FPS as possible w/o color decection interfering?

Hi,
I can't seem to solve this somewhat basic programming logic problem: using a CCD I want to detect a color change in real time (at any FPS rate >10 FPS) and save the video with as many frames per second as the camera can give (71 FPS or as close to it as possible).
The camera is up to 71 FPS but my color detection takes too long to run one iteration of the while loop so I only get effectively 10-11 FPS in my AVI file. 10 FPS is acceptable for the detection response but ideally I would also save an AVI of the process at 71 FPS for historical record that can be further analyzed. I realize what I need is a way to quickly run the 'save to avi' on every available frame (71 FPS) and then in parallel sample 1 in every 7-8 frames for image detection processing (to get the 10 FPS the coding/CPU+RAM limits it to).  I can't seem to write a program that can do the two in parallel without the color detection bogging down my save to AVI or without getting some sort of camera session invalid error.
Someone more clever and experienced please share some logic with me. My attempts with different while loops or conditional case structures just arent improving the FPS. I have attached the most basic version of my program; it achieves what I want but the FPS in this case are going to be equal in both the dection and avi.
Thank you in advance for your time and patience, I am just a student in over my head as usual....
-KR
Attachments:
Final Live Detection with save_one loop.vi ‏101 KB

I formatted the code to fit the producer consumer loops but I am not seeing any improvement in the frame rate / frames per second. The way I set it is that every 4th loop iteration of the 'save to avi', one frame gets passed to the detection. Unfortunately I am still only getting about 12-13 FPS and it doesn't get faster as I decrease the amount of frames passed to detection.
Because I didn't see any improvement I ran the 'save to avi file' sequence in its own VI. I found with out any color detection the resulting AVI is still only 12-13  FPS. This means the very simple program (attached) is running much too slow yet I don't see any other way of aquire images and making it into a movie; I am only using the basic IMAQ dx subVIs. Can anyone offer a solution or improvement? Is this data handling or memory related? I am on a fairly new PC...
Thanks in advance
-KR
Attachments:
Save to Avi.vi ‏58 KB

Similar Messages

  • How to Crop an .AVI media in PP CS4 if possible at all.

    Yes I'd like to know how to crop an AVI clip" I googled the question and got a lot of photoshop answers instead. What I wanted to do is, using an original clip get  2 short portions of it. that is of two different people jumping out of a plane and have them both spinning inversely 360 degree to the length of a song. I did it but was annoyed with the black edges on either side of the clips, especially interfering with the spinning of each clips (BTW I did export these two short clips after fitting them to the frame in a new sequence but the result is still the same, I hoped the new avi would not have the black edges, but it did not work!) I even would have preferred my two clips to be square for better visual balance but was unable to do this either. This may be a kind of picture in picture or in this case two pics in one. Thank you in advance for any tips

    In the Effects Panel (not the Effects Control Panel), there is a little query box. Just type "crop," and it would have popped up - just do not forget to clear that query box, of you will not see your other Effects.
    As for a Google search, I would have done advanced, with the string "Adobe Premiere Pro" and then the word "crop" and "effect" above.
    THIS is the second hit, with about the same, but for CS3, that I got. Cropping is more commonly used in still Image editing, such as with PS, so most hits on "crop" will probably throws 1000's of PS references. By putting in that string, where all words are kept together and in order, we eliminated nearly all of those.
    Good luck,
    Hunt

  • How To Save As AVI?, Or, WMV?

    Hi,
    I am using Adobe Premiere Elements 7.0
    Is there anyway that I can save my project as a avi, or, wmv file?
    I cannot see that option there?
    I also have Adobe Photoshop Elements 7.0
    I want to watch my project using Windows Media Player?
    Can someone please help me?
    Regards
    Phillip

    Phillip
    Premiere Elements 7
    Share/Personal Computer/
    There you will find export routes for Adobe Flash Video, MPEG, DV AVI, Windows Media, and Quicktime. You may not see the Windows Media and Quicktime choices until you scroll down to them at their lower locations on the list.
    Most of the export choices have an Advance Button in its dialog section. Click on that if you want to change the settings that you see displayed.
    Also, explore the File Menu/Export/Movie route to get to the DV AVI version as well as the other choices there.
    If you have not already, check out the Premiere Elements 7 Help PDF which you can get to from the program's Help menu. Lots of details there.
    I suspect that you have found Share/Personal Computer, but did not see Windows Media which you have to scroll to to see. Most people run into that situation.
    Please ask if any further questions.
    ATR

  • How do I save an avi from images acquired through buffers?

    Hi all,
    I recently have started using Labview, mainly for IMAQ purposes. I started by learning how to save images, then how to do just avi's. Now the problem comes up is that I want to find a way to average a bunch of images together in real time. So that as the program runs (I dont have to actually be recording) I can have an out put of what the camera sees, just with maybe 10+ frames averaged together. Best way I could think of doing this was using buffers and then adding them all together before it starts to write overtop of them again. But how can I save that summed picture? I try to take that result and run it to an image on the front panel (which works) but when I go to save it to avi or something it says that I can not convert buffer images, also if I try to do the copy buffer it gives me that the image needs to be released. I will attach sort of what I have now, though it does not work.
    Any ideas would be helpful. Thank you all very much!
    -Dave
    Attachments:
    SummingPics.vi ‏164 KB

    This may not help at all...
    But have you thought of not using buffers?
    Since you're using the IMAQ package anyway, if you don't need a super high frame rate why don't you just grab individual images put them into a shift reg. and sum for x=n, then plop that summed image to a new imaq image to save and start over.  I say this because if you're only trying to grab an avi for the individual images why not just grab the individual images as jpgs or whatnot and save yourself the trouble?

  • How to save the Line position in " Mechanical Assembly Example" due to I have many models

    Hello !!
       I just learned the VB using vision tool. 
       In the  " Mechanical Assembly Example"  using the VB6.
       We can detect the mising part using the edge line detection.
       With 1 model is ok, but i want to detect many model for our parts.
       But I can not save the line detect for model by model.
       Can you help me how to save  the edge Line detection position for model by model.
       Because with 1 model, I can insert lines to detect part, but when I closed my sofware, it can not save my line.
        And if we have many model, how I can change data by model.
       By support me with source code for example.
      Thanks.
    Attachments:
    image01.png ‏16 KB

    Generally speaking, when the user interface comes up to define a line you are creating a variable that is then used for the rest of the code. You would need to save that variable and then hardcode the values into the part of the program where it is used. I can't speak specifically because I don't know the specific example. Where did you find the example. I can take a look and give you specifics if you let me know.
    Cameron T
    Applications Engineer
    National Instruments

  • How to save pdf file in database

    Dear All,
    my application is forms 6i and database is 8i,requirement is that how to save pdf file in database and users can view through forms

    I'll apologize up front for the length of this post. I have a few database procedures I created that write a file to a BLOB column in a table as well as retrieve the BLOB from the column after it stored there. I have successfully stored many different types of binary file to the database using these procedures - including PDF files. I have not used these procedures in a Form so I can confirm that they will work, but theoretically they should work. I'm including the code for each procedure in this posting - hence the apology for the long post! :-)
    Also, since these procedures reside on the database you will need to use Forms TEXT_IO built-in package to write your file to the server before you can use these procedures to store and retrieve the file from the database.
    These procedures reads and writes a binary file to a table called "LOB_TABLE." You will need to modify the procedure to write to your table.
    -- Author :  Craig J. Butts (CJB)
    -- Name   :  load_file_to_blob.sql
    --        :  This procedure uses an Oracle Directory called "IN_FILE_LOC".  If you
    --           already have a directory defined in the database or would prefer to use
    --           a different Directory name, make sure you modify line 21 to reflect the
    --           new Directory name.
    -- ==================================================================================
    -- History
    -- DATE        WHO         DESCRIPTION
    -- 12/11/07    CJB         Created.
    CREATE OR REPLACE PROCEDURE load_file_to_blob (p_filename IN VARCHAR2) IS
       out_blob    BLOB;
       in_file     BFILE;
       blob_length INTEGER;
       vErrMsg     VARCHAR2(2000);
    BEGIN
       -- set the in_file
       in_file := BFILENAME('IN_FILE_LOC',p_filename);
       -- Get the size of the file
       dbms_lob.fileopen(in_file, dbms_lob.file_readonly);
       blob_length := dbms_lob.getlength(in_file);
       dbms_lob.fileclose(in_file);
       -- Insert a new Record into the tabel containing the
       -- filename specified in P_FILENAME and a LOB_LOCATOR.
       -- Return the LOB_LOCATOR and assign it to out_blob.
       INSERT INTO lob_table (filename, blobdata)
          VALUES (p_filename, EMPTY_BLOB())
          RETURNING blobdata INTO out_blob;
       -- Load the file into the database as a blob.
       dbms_lob.open(in_file, dbms_lob.lob_readonly);
       dbms_lob.open(out_blob, dbms_lob.lob_readwrite);
       dbms_lob.loadfromfile(out_blob, in_file, blob_length);
       -- Close handles to blob and file
       dbms_lob.close(out_blob);
       dbms_lob.close(in_file);
       commit;
       -- Confirm insert by querying the database
       -- for Lob Length information and output results
       blob_length := 0;
       BEGIN
          SELECT dbms_lob.getlength(blobdata) into blob_length
            FROM lob_table
           WHERE filename = p_filename;
       EXCEPTION WHEN OTHERS THEN
          vErrMsg := 'No data Found';
       END;
       vErrMsg := 'Successfully inserted BLOB '''||p_filename||''' of size '||blob_length||' bytes.';
       dbms_output.put_line(vErrMsg);
    END;
    -- Author   :  Craig J. Butts (CJB)
    -- Name     :  write_blob_to_file.sql
    -- Descrip  :  This procedure takes a BLOB object from a database table and writes it
    --             to the file system
    -- ==================================================================================
    -- History
    -- DATE        WHO         DESCRIPTION
    -- 12/11/07    CJB         Created.
    CREATE OR REPLACE PROCEDURE write_blob_to_file ( p_filename IN VARCHAR2 ) IS
       v_blob      BLOB;
       blob_length INTEGER;
       out_file    UTL_FILE.FILE_TYPE;
       v_buffer    RAW(32767);
       chunk_size  BINARY_INTEGER := 32767;
       blob_position INTEGER := 1;
       vErrMsg     VARCHAR2(2000);
    BEGIN
       -- Retrieve the BLOB for reading
       BEGIN
          SELECT blobdata
            INTO v_blob
            FROM lob_table
           WHERE filename = p_filename;
       EXCEPTION WHEN OTHERS THEN
          vErrMsg := 'No data found';
       END;
       -- Retrieve the SIZE of the BLOB
       blob_length := DBMS_LOB.GETLENGTH(v_blob);
       -- Open a handle to the location where you are going to write the blob
       -- Note:  The 'WB' parameter means "Write in Byte Mode" and is only
       --          available in the UTL_FILE pkg with Oracle 10g or later.
       --        USE 'W' instead for pre Oracle 10q databases.
       out_file := UTL_FILE.FOPEN('OUT_FILE_LOC',p_filename, 'wb', chunk_size);
       -- Write the BLOB to the file in chunks
       WHILE blob_position <= blob_length LOOP
          IF ( ( blob_position + chunk_size - 1 ) > blob_length ) THEN
             chunk_size := blob_length - blob_position + 1;
          END IF;
          dbms_lob.read(v_blob, chunk_size, blob_position, v_buffer );
          UTL_FILE.put_raw ( out_file, v_buffer, TRUE);
          blob_position := blob_position + chunk_size;     
       END LOOP;  
    END;Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question please mark the response accordingly. Thanks!

  • How to save filled PDF in adobe reader 9.0

    Can you please tell me how to save filled PDF in adobe reader 9.0 with all the filled details

    You cannot buy 8 or 9.
    In X (10 - which you can't buy either), you can do File > Save as > Reader Extended PDF > Enable additional features.
    Important notes:
    1. KEEP THE ORIGINAL. Once rights are added many kinds of editing are permanently locked out.
    2. THERE ARE STRICT LIMITS on the number of people who can save a form. Details in the EULA: check it carefully (or have a lawyer check it).
    Also note that Reader XI can save forms with no special preparation.

  • How to save a symbol so I can reuse it . .

    Hi to all! I want to start this discussion with an apology. I apologize if this question has asked many times or several times ago. I am really sorry.
    Now, my problem is that my schedules are tight now, I can't finish a sprite animation for a day. My sprite animations are symboled or SYMBOLS . Now, if I can't finish an animation, I doubt of closing flash, cause it will vanquish all my symbols. . I just want your help to help me determine how to save a symbol, so I can open it nex time I use flash. .
    Once again, I'm sorry, and Thank you!

    If your symbols are in the library then save your file.  Then also do a Save As and save the file under another name but do not close the new file.  Then open the file you had originally and see if your symbols are still there the way you need them to be.  If so, you can be pretty sure they will be there when you open Flash again.  IF not, then you still have the file opened that you Saved As so you can fall back into wondering how to keep the symbols

  • How to save movieclip to pdf in AS3.0?

    Flash actionscript3.0
    How to save  movieclip to pdf ?
    Thanks in Advance.

    Thanks in Advance.
    one more question
    how to convert to flash file to avi file, with highquality.

  • How to save an project in iMovie 10

    I am familiar with iMovies 9 and using OSX 10.6.8.  Unfortunately I have a new MacPro on OS 10.9.2 and iMovie10 (give me back my old MAcbook any day). I have finished making the movie and saved it on the desktop in mp4 format.  All I want to do now  is to find out is how to save the movie I have made so I can possibly get to it again to maybe add/delete things from it. In other words, I simply want to save it -
    how do I do this?
    can I save the movie in m4v format like I did in iMovie 9?
    the mp4 format is 900Mb for 10 min, the 12 minute movie I did in iMovie 9 is 400Mb when both saved as 720p. Why?
    Can you delete iMovie 10 from Mavericks and install iMovie 9
    Many thanks in anticipation from a very frustrated Mac user of 8 years now thinking of going to Windows

    Ok I think I've worked it out (did not know your could share to the theater, the icloud message made me assume theater was just for icloud) but I've another technical question about export quality and pictures in videos.
    I just published four different quality movies (480p, 560p, 720p, 1080p) which only had a few average quality digital pics in them, just to create a short movie to compare.
    I've always assumed that the quality of pictures was handled differently to video in that pictures would be fine quality even with lower quality setting, and the thing that really got hurt by lesser xxxP quality was the moving video not the pictures. But when I resized all four Quicktime movies so they were the same size and put them next to each other I could notice quite a difference in the sharpness between each of them. Since I'd rather have the pictures all used at their best quality will I have to choose the 60GB 1080p export function anyway at some point? It seems like such a waste of space and time when technically there are only about ten frames in the entire clip!
    Surely there's some kind of video encoding language where you can make the file size reflect this? Kinda like what vector graphics did to bitmap formats for image files.
    There must be a way round this ...

  • How to save battery life (ipad mini)

    When I'm away from home and I don't have my charger. What are some ways that will save my battery life? I know the basics like screen brightness and double tapping the home button to delete history. Are there more ways I can save lots of battery life?

    See some of the links below.
    Could be the charger, cable or iPad. Plug the USB cable into your computer. It may say "Not Charging", however, it is charging slowly and will verify that the cable is good.
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W (5W on Mini) USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (2.5W, most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- %20beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    iPhone: Hardware troubleshooting (Power/Battery section also applies to iPad)
    http://support.apple.com/kb/TS2802
    http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain
    http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    iOS 7 Battery Life Draining Too Fast? It’s Easy to Fix
    http://osxdaily.com/2013/09/19/ios-7-battery-life-fix/
    Poor battery life after installing iOS 7.1? Try these simple tips
    http://www.zdnet.com/poor-battery-life-after-installing-ios-7-1-try-these-simple -tips-7000027348/
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    iPad: Charging the battery
    http://support.apple.com/kb/HT4060
    Best Practices for iPad Battery Charging
    http://www.ilounge.com/index.php/articles/comments/best-practices-for-ipad-batte ry-charging/
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    To Extend a Device’s Battery Life, Get to Know It Better
    http://tinyurl.com/b67c7xz
    iPad Battery Replacement
    http://www.apple.com/batteries/replacements.html
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • How to save iPhoto images on disc

    Trying to save space on My HD, can't figure out how to save an album to a disc

    after having used iPhoto 08 for a long time the link between the program and the source files broke. i have a hard time restoring the library. how can i import ALL images on my harddisc into iphoto? is there a function that scans and finds all images automatically?
    You really would not want to do this - you would have a mess - many duplicates and lots of images that have nothing to do with photos
    Tell us more about your problem - what is happening and how it occurred
    Most likely you have all of your original Photos in the originals folder of your iPhoto library and simply quitting iPhoto, dragging the iPhoto library to the desktop, launching iPhoto and creating a new library and dragging each folder from the originals folder in your iPhoto library on the desktop onto the iPhoto icon in the dock (check to be sure that the iPhoto preference to split items imported from the finder is NOT checked) - this will recreate your events
    If this is not an option their probably is still help
    LN

  • Offline Adobe Form using GP - How to save data to SAP

    Hi,
    I have the following requirement.
              o An offline form is sent to different users and when they fill the form and Click on Submit, the data should be saved to SAP.
              o When the data is submitted, it should be recognize the user and multiple clicks if any so that data is not duplicated
    I have used Guided Procedures for this. I have created an Interactive Form callable object with an xdp template and "Create offline Interactive form and send by e-mail" option.
    Problem:
    1. The document emailed to user can be submitted only once. My requirement is whenever form is submitted it should update the previous data.
    2. How to save this data to SAP?
    Version:
    SAP NW SP12
    Adobe Live cycle designer 7.1
    I have gone through various blogs on Adobe Offline interactive forms and GP but I could not get a solution for this. Please help.
    Thank you,
    Vasu

    Hi,
    IMHO there is no easy solution for your requirement. However there is a workaround: you can create so-called "impersonalized" forms. They can be sent or returned as many times as needed from same or different users. However the effect will be that for each form sent out and accepted by GP, GP will start a new GP process. That means that the forms are the first step of such a process - so to say.
    An offline form "in the middle" of a process can be embedded into the process as a dedicated step only. Once this form is returned to GP by the user, the process is continued and 2nd or later form returns are ignored. However there is the possibility to build an additional step into GP to check the input data and if they aren't valid to send out the form to the user once again.
    So you see that there are some possibilities but no straight forward solution for your needs. Hope I could help anyhow.
    Regards,
        Jan

  • How to save and  move an application

    Hi,
    I have made an application on Oracle Express. How to save and move that to another machine ?
    Many thanks.

    I'm in the process of porting my XE app to a 10.1 instance.
    I created an app export and export file of the schema. Then I installed a client on the same machine so I could connect and I get errors detailed in the end of this thread when attempting to import. Most of the tables are successful however, none of the procedural code goes in. The app export imported fine.
    Now, I can manually copy the objects that remain but only if I can connect to XE and this ability seems to have been lost with the install of the 10.1 client.
    Does anyone know how I can connect to XE using PLSQL Developer or is it indeed possible to connect to XE on a machine that is configured to also connect to a 10.1 remote server? I have installed the 10.1 client into a new Oracle home.
    . importing CODESPEED's objects into PRIMPATH
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 1950:
    "CREATE TABLE "FOLDER" ("FOLDER_ID" NUMBER NOT NULL ENABLE, "STAFF_ID_CREATE"
    "" NUMBER NOT NULL ENABLE, "STAFF_ID_MODIFY" NUMBER, "FOLDER_NAME" VARCHAR2("
    "100) NOT NULL ENABLE, "FOLDER_CREATED" DATE NOT NULL ENABLE, "FOLDER_MODIFI"
    "ED" DATE NOT NULL ENABLE, "FOLDER_NOTES" CLOB, "FOLDER_OWNER" NUMBER NOT NU"
    "LL ENABLE, "DRA_VERSION_ID" NUMBER, "ASSIGNED" NUMBER NOT NULL ENABLE, ""
    "UNASSIGNED" NUMBER NOT NULL ENABLE, "APPROVED" NUMBER NOT NULL ENABLE, "FOL"
    "DER_STATUS" VARCHAR2(1) NOT NULL ENABLE, "CODING_RULE_SET" NUMBER) PCTFREE"
    " 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FR"
    "EELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING NOCOMPRESS "
    "LOB ("FOLDER_NOTES") STORE AS (TABLESPACE "USERS" ENABLE STORAGE IN ROW CH"
    "UNK 8192 PCTVERSION 10 NOCACHE LOGGING STORAGE(INITIAL 65536 FREELISTS 1 F"
    "REELIST GROUPS 1 BUFFER_POOL DEFAULT))"
    IMP-00003: ORACLE error 1950 encountered
    ORA-01950: no privileges on tablespace 'USERS'
    IMP-00017: following statement failed with ORACLE error 2248:
    "ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL = 2 NLS_LENGTH_SEMANTICS = 'BYTE' PL"
    "SQL_CODE_TYPE = 'INTERPRETED' PLSQL_DEBUG = TRUE PLSQL_WARNINGS = 'DISABLE:"
    "ALL'PLSQL_CCFLAGS = ''"
    IMP-00003: ORACLE error 2248 encountered
    ORA-02248: invalid option for ALTER SESSION
    IMP-00000: Import terminated unsuccessfully
    C:\Documents and Settings\PWin>

  • How to save all open document in png 24 by javacsript

    how to save all open document in png 24 by javacsript

    yeah, i can definitely see how it would be useful for some
    people! and
    hey, for all i know, i'm the one who's not an average user. i
    was
    pretty much just saying that i can see how that's something
    Firefox
    would think to do, but not necessarily a program like
    Dreamweaver. but i
    agree that it would be a useful feature in lots of programs.
    and i think
    that what Murray suggested is probably pretty close to what
    you're
    looking for, if not exactly.
    d_macman wrote:
    > To respond to both...
    >
    > courtney (n h c)... I must not be the average user then.
    We have many sites,
    > and I do a LOT of development, and many times, I may
    have several pages with
    > several includes on a page. IE, for a form page, I may
    have 10-12 pages total
    > (including headers, footers, java, PHP process pages,
    etc) and to work out the
    > processes and for development, I may create several
    versions depending on the
    > problems I run into.So to not go nuts, I would LOVE to
    save the batch of pages
    > out, and then be able to re-open them all at once.
    Making it easy to jump in an
    > out of a test section (I have them saved in a site, and
    dont want to make
    > second sites just for this purpose).
    >
    > Not to mention, leaving work and coming back in and
    finding out the power went
    > out over the weekend and my machine shutdown (and yes, I
    have a UPS, but it
    > wont run the system for that long).
    >
    > So, you see why I would like to save them as batch, like
    Firefox, way easier.
    >
    > Murray *ACE* ...
    >
    > I will try that, I did not even know that was there. Way
    cool ! I hope it
    > works, especially for power outages, like I mentioned
    above!
    >
    > Thanks all,
    >
    > Don
    >
    >

Maybe you are looking for

  • Updated to 8.1 now it wont work

    I updated my itunes to the 8.1 and now it wont open i keep getting an error message iTunes 8.1.0.52 has crashed. A minidump file has been created What do i do?

  • Photoshop CS4 Layers

    I have used Photoshop Elements in the past so I know how layers are supposed to work.  No matter what I do, I cannot get beyond a background layer in Photoshop CS4.  If I load something into the background layer and try to load a different graphic or

  • Photoshop elements  13 depth of field guided effect

    Why when I tried to use in the guided section of PSE 13 the depth of field simple effect, it did blurred the image, but after that the gradient action to clear one part of the image did not work, does anybody have an answer to that. thanks

  • Problem with Audigy 2 ZS and Microph

    hi! i use skype to communicate with my friends. in sound mixer i chose 'microphone' for recording. this works like a charm. BUT: as soon as i start a game (i.e. World of Warcraft), the recording device is automatically changed to 'what you hear'. whe

  • Ipod touch working with a computer using linux Ubuntu os

    I own an Ipod touch and I am thinking of buying a Dell laptop with a linux Ubuntu operating system. Does any know whether I can down load music off of a CD onto this type of computer and then load it onto my Ipod?