Unable setting the video capture formats

I have a Trident Capture Device and I registered in windows this camera with jmregister.exe and I only got one format (NTSC mode) UYVY 720x576, frame rate=15. But the camera has two operation modes, NTSC, PAL with different resolutions in each operation mode, and I would like to get all possible formats for this camera using JAVA but I don´t know how to do this with JMF. Another information that maybe helps is that in the windows camera software runs well and I can configure the camera in many formats.
Can someone give me any clues to solve this problem?
Thanks in advance
Edited by: jp1963 on Jan 13, 2009 6:39 AM

jp1963 wrote:
the camera has two operation modes, NTSC, PAL with different resolutions in each operation modeNot all of the formats that your camera puts out may be supported by JMF...but yes, it may also be an issue with the device driver.
Keep in mind that JMF is several years old, and most of the capturing capabilities of it were only tested in Windows 9x, so behavior with newer cameras and formats is pretty touch and go.
I would like to get all possible formats for this camera using JAVA but I don´t know how to do this with JMF. You're not going to get anything from the camera using Java. JMF (or any other Java API, for that matter) will only take what the VFW API will hand it, and it can accept. Either JMF doesn't support the other formats, VFW doesn't support the other formats, or like you suggest, you have a device driver issue.
Another information that maybe helps is that in the windows camera software runs well and I can configure the camera in many formats.Windows camera software may be running DirecShow, whereas JMF is running VFWs. Who knows... All this really suggests is that the box isn't lying about the formats that can be output by the camera.

Similar Messages

  • What are the video/movie formats that iBooks Author uses?

    What are the video/movie formats that iBooks Author uses?

    strange... when I click on it it goes to the correct page:
    http://support.apple.com/kb/HT5065
    http://support.apple.com/kb/HT5065

  • [svn] 3148: You can now use CSS styles to set the default text format for TextView.

    Revision: 3148
    Author: [email protected]
    Date: 2008-09-08 15:01:15 -0700 (Mon, 08 Sep 2008)
    Log Message:
    You can now use CSS styles to set the default text format for TextView. It no longer has any formatting properties. It supports the entire set of Gumbo text format styles.
    SkinnableComponent and Group now also support all these styles. However, skins such as ButtonSkin, TextInputSkin, and TextAreaSkin continue for now to specify instance styles on their TextBox, TextGraphic, and TextView, in order to give them a Gumbo look rather than a Halo look. So if you try setting, for example, the fontSize on the Application, it doesn't yet affect the text format of a Button, TextInput, TextArea, etc. unless you remove the instance style in the skin.
    Reviewer: Glenn
    Bugs: -
    QA: Lots of new stuff to test!
    Doc: No
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/TextArea.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/TextInput.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/component/TextView.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/SkinnableComponent.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextBox.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/TextGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/TextGraphicEle ment.as

    Nevermind guys - I did it using the 'rb_on.selected' command on the "on" radio button if the .txt file variable was "on", else the "off" radio button is selected.
    Thanks for taking a look though!
    Shaun

  • Is the video capture quality of Quicktime inferior to that of iMovie/FCPX?

    Hi, I currently have a Sony handycam I am using to convert Hi-8 tapes into a digital file. I am having a ton of trouble with iMovie/FCPX having issues with my timecodes inside the tapes. Therefore, I have resorted to using Quicktime player as a video capture software by choosing "New Movie Recording" under the "File" menu. However, I am curious how the quality would compare to that of iMovie/FCPX if they actually worked for me. Additionally, how might this compare to a windows AVI type capture software? The video capture currently in Quicktime takes up a lot of memory, at the tune of 56 GB per 2 hour tape. I have included a description of one of the files I saved. Any comments would be greatly appreciated, thanks!!

    See [this thread for some samples|http://discussions.apple.com/thread.jspa?threadID=2624128&tstart=25]

  • Setting the Field Capture Information

    I am having interframe flicker in my timecode and keyframe burn in after I perform reverse telecine with Cinema Tools. I was told my my lab that I shouldn't worry about this, that it is normal. However I read in the CT manual that you should not have any blurring or flicker and that all burn-in should be clearly legible after performing reverse telecine.
    Depending on the settings I use in the field capture information, I get slightly better results in the image area using one setting over another, though I can't eliminate the interlace/blur/flicker over the burned-in codes. I determined that my telecine was done with "One field, with field 2 dominance" by looking at the chart on page 128 in the CT manual, and then setting the reverse telecine settings to "Field 2 only" as recommended there. ALthough this setting seems to be correct, this makes the interlacing/blur/flicker in my image worse. My lab told me to use a different setting: Field 1 Field 2 (even though this setting doesn't seem to be the correct one according the chart in the CT manual), and this gives me no interlacing in my image, though it is still there in in the burn-in.
    Does anyone know what I'm doing wrong?

    Hi,
    Currently too the said field is optional in the settings for Field Selection in MIGO- Check with transaction code OMJX, although the field entry is grayed out, the standard functionality is that the entry made in "Qty in unit of entry" gets copied to this field.
    Regards
    Merwyn

  • Imported files from my camera, a mixture of photos and videos, the videos (mp4 format on my Canon SX60 HS) always appear at the start of my library view.  What am I missing here?

    Even though I select sorting by capture time, the videos do not intersperse with the photos in chronological order.  What am I missing here?
    I have tried both putting them in a collection and viewing all pictures etc. to no avail.
    In Windows Explorer, I have them sorted by time taken successfully.  They all import into folders by date in "My Pictures", both photos and videos when I import them.
    I am running Windows 7 Pro 64 bit and LR5 CC edition.
    Ron.

    LR's handling of video metadata (e.g. capture time) is incomplete and buggy.  Please add your opinion and vote to these threads in the official Adobe feedback forum:
    Lightroom: Still inconsistent capture date/time for videos
    Lightroom: Metadata applied to videos in Lightroom isn't available in other applications

  • How to set the video's time?

    there is a control named VideoPlayer (not VideoDisplay), and it has a porperty named currentTime which is ReadOnly, so I can only read the time! but how can I set the time.
    for example, when I press one button, I need the video play from 3min, How to?
    thanks!

    A funciton like this should help
                private function jump():void
                    vp.seek(50);
    vp being the name of the videoplayer and (50) being the time you want to jump to in seconds

  • How can I set the default save format for photoshop edited photos?

    I just spotted that some of my photos that I've edited in Photoshop from Lightroom are a whopping 450MB. Looking deeper I found that they are saved as uncompressed TIFF files, this despite the default save format for Photoshop in Lightroom's preferences being set to ZIP compressed TIFF files. So why doesn't this setting work and how can I make Photoshop save things compressed?

    Sounds funny but first tell us what version of PS you have, what version of Lr and which OS. Thanks.

  • Nokia5300 the video clip "format"

    Hi !
    i bought a nokia5300 and i try to install video clips on my phone throught my computer.
    But My mobile dont recognize the "wma" files.
    sO, does it exist a format type for the video clip on the nokia5300???
    A french lost in forest...
    Merci !

    Bonsoir la_brebis
    You are probably going to have to use a video converter on your PC. You might like to look at this:
    http://www.erightsoft.com/SUPER.html
    This program is FREE but requires Java Runtime Environment; the download link is also a bit hard to find on website!
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • SAPUI5 : How to set the date value format for DateTimeInput?

    Hi SAPUI5 experts:
    I'd like ask 2 things regarding the control: sap.m.DateTimeInput
    1: Here is I want to do: show the current date (May 1, 2014) in the control in format as "01-05-2014". But by default the following code shows "May 1 2014". How can I show it as "01-05-2014"?
    var oDateTimeInput = new sap.m.DateTimeInput({});
    oDateTimeInput.setDateValue(new Date());                   //shown as "May 1 2014"
    2. Can someone explain what difference is between the following settings of DateTimeInput?
       ValueFormat
       DisplayFormat
    Please write a short code example.
    Thanks very much in advance!
    Br,
    Dong

    Hi,
    to understand ValueFormat and DisplayFormat, you can refer this example from ui5 testsuite sap.m.DateTimeInput and check the source code.
    in one of the example, this is how valueformat and displayformat is used.
    // free style date value assingment according to valueFormat
                                                    dti3 = new sap.m.DateTimeInput({
                                                                    value : "05-29, 2012",
                                                                    valueFormat : "dd-MM, yyyy",
                                                                    displayFormat : "dd MMMM, yyyy",
                                                                    width : "20%",
                                                                    change : function(e) {
                                                                                    console.log(dti3 + " : " + e.getParameters().newValue + " # " + e.getParameters().newDateValue);
    also in both cases, Default value is taken from locale settings.
    Regards,
    Chandra

  • Set the video size and initial play settings

    Hi,
    When I go to page which has swf file, the video displays
    within few secs based on the net connection. But the problem is the
    page is blank for 2-3 secs then controls display and then video
    after 15 secs. I'm not sure why it happens like this but is there
    any way while the video is loading can I have loading image. The
    progressive bar shows but like I said till the vidoe displays its
    blank. I hope you understand what I'm trying to say. For example if
    you go to this site you can see loading image.
    http://personal.fidelity.com/products/funds/content/UnderstandingMutualFunds/videos_and_po dcasts.shtml.cvsr?podcast=/products/funds/content/podcasts/investment_insight_hofschire.xm l
    Also when I move over the flash movie, it shows an other box
    out of movie. What is that and can we have movie as well as outer
    box/border the same?
    Please anyone know the solution help me out, if need be I can
    send you the screenshot of the page so you understand much
    better.

    Just place a loading movieclip on top of the
    flvplayback/video object turn it's visibility off when the flv has
    completely buffered and is about to play.

  • What are the limitations of AMS5 only allowing one-way broadcast for the video capture support?

    I am interested in a tool that can access a clients webcam and begin recording from their device. When the time is up, it should store that recorded video to a server. Then, of course, the files can be accessed. Streaming is of less significance than simply capturing and accessing video from a client
    Can I do this with only Adobe Media Server Standard Edition?
    Bearing in mind, I may need to be capturing video from multiple clients at one time. Is this limited by the fact that Standard only allows "one-way broadcasts?"
    Thanks,
    Carl

    Thanks for the suggestions. I've tried using DVCPRO HD in the past, but the picture quality of the captured screen footage turns out blurry. The only codecs I've found that provide a perfectly clear image are H264, Animation and Uncompressed 8-bit. The problem with the latter two is that video files lasting only a few seconds measure in the 100s of MBs. Working with files that large would slow my editing and rendering down to a non-workable length.
    I just don't understand why I can't edit H264 video if my sequence codec is set to H264. The 'Codec error' I get is baffling.

  • Video Capture format

    When I capture video off my Sony DCR-VX2000, I always get an AVI file. Is it possible tho get an MPEG-2? I couldn't find any place to change the file format on capture.
    Thanks,
    Dean

    The reason I ask this seemingly silly question is because I just purchased Elemental Accelerator (EA) 2.2 to take advantage of my Nvidea 4800 video card for video exports. However, EA support told me that to take full advantage of the software, the file must first be in MPEG-2 or H.264. ...which seems odd since that is the format that it exports out as.
    I agree that the instructions seem odd, indeed. The purpose of EA is to Transcode to either of those two MPEG formats. Must have been a missing, critical word somewhere.
    It would be like saying that I have this neat black box, that turns water into wine. First step - do not use water, but pour in wine...
    The last thing that one wants is to first compress to MPEG-2, and then Transcode/Export to MPEG-2.
    Good luck,
    Hunt

  • How to set the default print format for the report

    Hi,
    In ALV report , i want to defalut specific print format and printer for background processing .
    Any clues!!!!!!!!!
    Regards
    Swatantra

    Hi
    Please check below code:
    DATA: PRIPAR TYPE PRI_PARAMS,
          ARCPAR TYPE ARC_PARAMS,
          LAY    TYPE PRI_PARAMS-PAART,
          LINES  TYPE PRI_PARAMS-LINCT,
          ROWS   TYPE PRI_PARAMS-LINSZ.
    DATA: val(1).
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        destination            = 'LOCL'   " <--- Printer Name
        no_dialog              = 'X'
        immediately            = ' '
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc <> 0.
    *     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *** Specifying the page formats
        pripar-linct = 65.
        pripar-linsz = 190.
        pripar-paart = 'X_65_132'.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        in_archive_parameters  = arcpar
        in_parameters          = pripar
        no_dialog              = 'X'
    *      list_name              = 'Testing Purpose Only' "l_list
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc EQ 0.
      NEW-PAGE PRINT ON
      NEW-SECTION
      PARAMETERS pripar
      ARCHIVE PARAMETERS arcpar
      NO DIALOG.
    ELSE.
      write:/ 'Unable to create spool'.
    ENDIF.
    So now a spool is created with the required print parameters...
    The list that is created from here will be in the spool.
    Once the list is completed, close it with NEW-PAGE PRINT OFF.
    Hope this helps.
    Regards
    Eswar

  • Getting the following message on Final Cut Express "audio only capture selected video preview disabled" how can I get the video capture back?

    I'm getting the following message on screen when attempting to capture video  "audio only capture selected, video preview disabled."  How can I get the view preview back?

    FCE doesn't allow for audio only capture, it's in a twist somewhere.
    Try trashing the FCE preferences.
    Al

Maybe you are looking for