Output to camera

Hello I have my time line output to a camera. But only the audio plays out of the camera. The video is still. If I just move the play head to another frame it shows up on the camera but the picture doesn't move. It is also doing this on the standard desktop cinema mode too.

My previous suggestions are valid also for playing back to the camera: from this point of view they are basically the same thing.
Piero

Similar Messages

  • I'm rendering in after effects cc output is came as parts what should i do?

    i'm rendering in after effects cc output is came as parts what should i do?

    Sorry, your info is simply of no use. You have not provided any info about your render settings and other details like what system you are actually on.
    Mylenium

  • Output Through Camera

    How do I get rid of the line going up the screen on the tv when I output the video through my camera, sony vx-2100, using s video into a tv?

    I forget what you call it. It is if you filmed a tv or computer screen and you get that line that goes up the screen. It is a type of noise I guess.

  • In bom explosion instead c13 output cs12 came ,how to restrict

    Hi friend
          i have developed summarised bom explosion,
    my requirement is from to using select option 1 to 10
    it came one by one but ,only the issue is instad of cs13 output
    cs12 output is coming , how to restrict
    here i pasted the code
    give me a solution
    TABLES : MAST.
    DATA: BEGIN OF ISTPO OCCURS 1000.
            INCLUDE STRUCTURE STPOX.
          DATA: END OF ISTPO.
    DATA: W_TOPMAT LIKE CSTMAT.
    SELECT-OPTIONS : P_MATNR FOR MAST-MATNR.
    PARAMETERS     : P_WERKS TYPE MAST-WERKS.
    DATA : BEGIN OF ITAB OCCURS 0,
               MATNR LIKE MAST-MATNR,
               WERKS LIKE MAST-WERKS,
               END OF ITAB.
    DATA: IT_STB LIKE ISTPO OCCURS 0 WITH HEADER LINE.
    START-OF-SELECTION.
    CLEAR ISTPO. REFRESH ISTPO.
    SELECT MATNR WERKS FROM MAST INTO CORRESPONDING FIELDS OF TABLE ITAB WHERE MATNR  IN
    P_MATNR AND WERKS = P_WERKS.
    LOOP AT ITAB.
      CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
        EXPORTING
          CAPID                 = 'PP01'
         MEHRS                 = 'X'
          MMAPS                 = 'X'
          BREMS                  = 'X'
          DATUV                 = SY-DATUM
          MTNRV                 = ITAB-MATNR
          WERKS                 = P_WERKS
          EMENG                 = '1'
          FBSTP                 = 'X'
         FTREL                  = 'X'
        IMPORTING
          TOPMAT                = W_TOPMAT
        TABLES
          STB                   = ISTPO
        EXCEPTIONS
          ALT_NOT_FOUND         = 1
          CALL_INVALID          = 2
          MATERIAL_NOT_FOUND    = 3
          MISSING_AUTHORIZATION = 4
          NO_BOM_FOUND          = 5
          NO_PLANT_DATA         = 6
          NO_SUITABLE_BOM_FOUND = 7
          OTHERS                = 8.
      IF SY-SUBRC = 0.
    WRITE:/ 'MaterialNumber' ,21 'Description'.
    SKIP 1.
    WRITE: / W_TOPMAT-MATNR UNDER TEXT-H00 COLOR COL_HEADING,
             W_TOPMAT-MAKTX UNDER TEXT-H01 COLOR COL_HEADING.
    LOOP AT ISTPO.
      WRITE :/ ISTPO-IDNRK,
               ISTPO-OJTXP,
               ISTPO-MENGE,
               ISTPO-MEINS.
    ENDLOOP.
    ENDIF.
    *ENDLOOP.
    SKIP 5.
    ENDLOOP.
    FTREL (Limited multi-level - stop explosion at items not relevant to production),
    BREMS(Limited explosion),
    FBSTP(Limited multi-level - stop explosion at externally procured item),
    MDMPS(Limited multi-level - explode phantom assemblies at least),
    MKMAT(Limited multi-level; explode KMAT),
    MMAPS(Limited multi-level - explode at least M assembly (M order),
    i used the above steps but , i didnot get the solution
    Regards
    ds

    HI,
         i got the output partily,
    LOOP AT ITAB.
      CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
        EXPORTING
          CAPID                 = 'PP01'
          MEHRS                 = '1'
          MMAPS                 = ' '
         BREMS                  = 'X'
          DATUV                 = SY-DATUM
          MTNRV                 = ITAB-MATNR
          WERKS                 = P_WERKS
          EMENG                 = '1'
          FBSTP                 = ' '
          FTREL                 = ' '
        IMPORTING
          TOPMAT                = W_TOPMAT
        TABLES
          STB                   = ISTPO
        EXCEPTIONS
          ALT_NOT_FOUND         = 1
          CALL_INVALID          = 2
          MATERIAL_NOT_FOUND    = 3
          MISSING_AUTHORIZATION = 4
          NO_BOM_FOUND          = 5
          NO_PLANT_DATA         = 6
          NO_SUITABLE_BOM_FOUND = 7
          OTHERS                = 8.
      IF SY-SUBRC = 0.
    WRITE:/ 'MaterialNumber' ,21 'Description'.
    SKIP 1.
    WRITE: / W_TOPMAT-MATNR UNDER TEXT-H00 COLOR COL_HEADING,
             W_TOPMAT-MAKTX UNDER TEXT-H01 COLOR COL_HEADING.
      DELETE  ISTPO WHERE STUFE NE '1'.
    LOOP AT ISTPO  .
      WRITE :/ ISTPO-IDNRK,
               ISTPO-OJTXP,
               ISTPO-MENGE,
               ISTPO-MEINS.
    ENDLOOP.
    ENDIF.
    *ENDLOOP.
    SKIP 5.
    ENDLOOP.

  • Sending trigger output to camera whenever motor has stopped

    Hardware:
    PCI-7340
    UMI-7764
    In my setup, a servo motor performs a routine of moves, rotating a disk.
    There are stops in between the moves, during which a camera or a spectrophotometer scans the disk.
    The routine is defined by moves at different velocity, each for a different amount of time. The motor is run in velocity mode.
    To trigger the camera, I have originally planned to use the breakpoint feature in PCI-7340.
    If I have understood correctly, regardless of the breakpoint mode chosen(absolute,relative,modulo), a breakpoint position is required for the breakpoint output to occur.
    For now, the position of the motor at stop, after each move,is not explicitly known, but it can be calculated from the time and the velocity that the user inputs for each move. However,since the servo motor was tuned for precise velocity control, not for precise position control, it often misses the calculated position, especially at higher RPM.So the original breakpoint idea goes out of the window.
    My question: How to generate a trigger signal when the motor has come to a stop?
    A first guess: writing to a digital output port when Run/Stop status check returns false (axis stopped)?
    To be triggered, the camera needs a 10 microsecond wide 5V pulse.
    Also, is it possible to route the signal generated to the breakpoint pin on UMI-7764, to which my camera's trigger line is connected for another part of the project.
    Any suggestion is appreciated.
    Donna

    Donna,
    it looks like there is no better way than the one that you have suggested. That means that you will have to poll the axis' status and output a digital signal when the axis is stopped. As this needs to be done in software, you will see a non-deterministic delay of several milliseconds between the time the axis was stopped and the time when the digital output is generated.
    The pulse duration will also be several milliseconds, but I don't think that this is a problem, as typically the trigger timing of 10 µs should be the spec for the minimum pulse width, so longer pulses should work fine, too.
    You can use the breakpoint outputs as general purpose digital outputs by calling flex_set_breakpoint_output_momo() (Set Breakpoint Output MOMO.flx isn LabVIEW).
    This method should work, but you will loose several milliseconds at each move, compared to position breakpoint triggering. Please let me know, if this is a problem for you, so we could discuss further ideas which would probably involve additional or other hardware.
    Thanks,
    Jochen

  • Why can't I get AVCHD to look as good in FCP7 as direct output from camera

    I've been comparing my Sony HDR-SR12 footage and noticed a problem after import with FCP and other Mac apps.
    Quality issue:
    items in motion not as clear/smooth in FCP and subsequet exports as it is directly from to monitor OR files opened in Windows with media player. It is not very noticable until you project it on a 100 screen or play in full screen on an imac.
    it is most noticable with scenic landscape pans..even slowly.  Items moving across screen have a slightly strobed or choppy/blur effect that make it difficult to focus on them. Again.. NOT a problem directly from camcorder to projector/montior or playback on Windows media player, so it's not the camera file.
    exporting to quicktime doesn't help, so it is not likely a processor/disk speed issue on playback.
    Sony file spec:  AVCHD 1440X108060i 29.97fps
    Camera output- mini HDMI-(monitor), USB(file transfer).
    What I have tried.
    OS 10.6.8 with FCP7- import AVCHD files with pro res 422 codec. Timeline auto prompt switched to proper setting. Still no improvement- I then changed setting for lower/upper field, etc. No difference.
    iSkysoft AVCHD/MTS converter- playback in quick time- still no improvement.
    Booted in Windows- converted AVCHD files to WMV- inital trial not any better, plus other resolution/qaulity issues.
    I have an iMac 2.8Ghz intel core i7, 8gig ram and 7200speed internal HD.
    Anybody out there have similar problems?
    thanks!

    Final Cut Pro shows you a proxy image. To see the real deal you need a 3rd party card/external box feeding a broadcast monitor.
    If viewing using the Quicktime player, make sure you use the QT7 version. QTX is not ready for primetime.
    Also, open up the QT 7 preferences and make sure you have "Use high-quality video setting when available" checked.
    x

  • Output through camera problem

    I need to make a VHS dub of a sequence. I have a firewire out of my computer going to my camera and then the A/V cable out of the camera into the VHS. The signal/picture is there but it drops out (screen goes blue) randomly.
    Any obvious things to check?
    Thanks!
    Laurie

    I would check the firewire cable and your a/v cable, make sure it's not loose. If it's going blue it sounds like the signal is being lost. Which camera are you using?

  • Output video camera to tv

    On the Curve 8520 how do you output your videos to a tv? 
    Thanks,
    Bill

    You can't direct the output direct to a TV.
    You need to save the video file to your Media Card.
    Then transfer that file to your PC.
    Now, you can watch it on your PC screen.
    If you want to watch it on TV, you would need to get your PC connected to a TV, or maybe send the file to David Letterman and see if he will play the file on TV for you.  
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Web-cam is not detected yet installed

    Hi!
    I m doing a program tat can capture movie from available video capturing devices, i hav installed web-cam, but while searching for the devices available(Detecting the device) , it is not identifing the device. And still if i m giving direct the device info to the program("vfj//0")then movie is captured from web-cam.
    Program is listed below which is not detecting the web-cam:
    public void setMainSource(){
    setProcessing(false);
    VideoFormat vidformat = new VideoFormat(VideoFormat.YUV);
    Vector devices = CaptureDeviceManager.getDeviceList(vidformat);
    CaptureDeviceInfo di = null;
    if (devices.size() > 0) di = (CaptureDeviceInfo) devices.elementAt(0);
    else {
    /* I got exception here */
    JOptionPane.showMessageDialog(parent,
    "Your camera is not connected", "No webcam found", JOptionPane.WARNING_MESSAGE);
    return;
    try {
    ml = di.getLocator();
    setMainCamSource(Manager.createDataSource(ml));
    } catch (Exception e) {
    JOptionPane.showMessageDialog(parent,
    "Exception locating media: " + e.getMessage(), "Error", JOptionPane.WARNING_MESSAGE);
    return;
    Output:
    Web cam not found....
    So wht shd be the problem , nyone please explain the problem how to overcome from it.
    Thank you

    First of all sorry for spelling mistake i write ("vfj//0") rather then "vfw://0"
    Yeh! i read your code n your code is also giving the same error
    like
    Web cam not detected/installed(like something this).
    But still i hav attached cam n capturing movie from the code shown below:
    //This will not detect the webcam n directly captures the movie, try it out so now wht to do so tat will detect the webcam properly....
    CODE:
    import javax.media.*;
    import javax.media.util.*;
    import javax.media.format.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.media.control.*;
    class testing extends JFrame implements ControllerListener,ActionListener
         //Variables for gui
         public JButton play=new JButton("Play");
         public JButton stop=new JButton("Stop");
         public JPanel p1=new JPanel();
         public JPanel p2=new JPanel();
         Container c;
         //Variables for videocapturing
         boolean stateTransitionOK = true;
         Object waitSync = new Object();
         Processor p;
         ///Variables required to store the movie
         DataSink sink;
         MediaLocator dest = new MediaLocator("save_video.wav");
         ///methods
         public testing()
              super("Video Capture Demo");
              setupvideocapture();
              setupgui();
         public void setupgui()
              c.add(play);
              c.add(stop);
              addWindowListener(new WindowHandler());
              stop.addActionListener(this);
              play.addActionListener(this);
              setSize(350,350);
              setVisible(true);
              show();
         public void actionPerformed(ActionEvent ae)
              String str;
              str=ae.getActionCommand();
              if(str=="Play")
                   try
                        //Before starting capturing store the movie to the HDD
                        p.start();
                        sink = Manager.createDataSink(p.getDataOutput(), dest);
                        sink.open();
                        sink.start();
                   catch(Exception e)
              else if(str=="Stop")
                   try
                   //     sink.stop();
                        p.stop();
                   catch(Exception e)
         public void setupvideocapture()
              c=getContentPane();
              c.setLayout(new FlowLayout());
              try
                   p = Manager.createProcessor(new MediaLocator("vfw://0"));
                   p.addControllerListener(this);
                   p.configure();
                   waitForState(p.Configured);
                   p.setContentDescriptor(null);
                   p.prefetch();
                   waitForState(p.Prefetched);
                   c.add(p.getVisualComponent());
                   ///Intializing the saving procedure
              catch(Exception e)
                   System.out.println(e);
              public void controllerUpdate(ControllerEvent evt)
                   if (evt instanceof ConfigureCompleteEvent || evt instanceof RealizeCompleteEvent || evt instanceof PrefetchCompleteEvent)
                        synchronized (waitSync)
                             stateTransitionOK = true;
                             waitSync.notifyAll();
                   else if (evt instanceof ResourceUnavailableEvent)
                        synchronized (waitSync)
                        System.out.println("ResourceUnavailable");
                        stateTransitionOK = false;
                        waitSync.notifyAll();
                   else if (evt instanceof EndOfMediaEvent)
                        p.close();
                        System.exit(0);
              boolean waitForState(int state)
                   synchronized (waitSync)
                        try
                             while (p.getState() != state && stateTransitionOK)
                                  waitSync.wait();
                        catch (Exception e) {}
                   return stateTransitionOK;
         //Entry point
         public static void main(String args[])
              testing t=new testing();
    class WindowHandler extends WindowAdapter
         public void windowClosing(WindowEvent e)
              System.exit(0);
    This is working properly........ so plz if other option plz notify me.
    Thank you for helping me.......

  • Display iMovie output on external display?

    I would like to be able to occasionally display the iMovie I am editing on a real TV screen for others to observe and comment on - sort of like what I recall Professional Video Editors use. I've used a jury-rig setup several times (but I am not very happy with the output) where I use the S-video to composite adapter, a y-adapter for the audio (though this time no audio was coming out so we listened through the PowerBook's speakers), the longst RCA cables I had and mirrored the TV and LCD. Thank the gods for Bluetooth mice...
    Anyway, what I would prefer to be able to do is use our Canopus ADC300 to send the video signal out the same way is came in - through a long FireWire cable so I can vegitate in my recliner while I do the iMovie edits the viewers are asking for. I do not want to export the iMovie, I just want to have what I guess would be called a "live preview".
    I encountered a how-to on this Apple Developer goodie:
    SimpleVideoOut
    (http://digitalmedia.oreilly.com/pub/a/oreilly/digitalmedia/2004/12/22/video_out. html?page=1)
    but it seems to only do its streaming magic with an existing QuickTime file.

    Hi Notary,
    goto iM prefs..
    choose playback options
    choose playback on dv-camera (or whatever it is in english...)
    now, the fullscreen playback of iM goes thru the fw connection to your camera/hopefully converter... connect your monitor, beamer whatever at the analogue-outputs of camera/converter...
    have a look in the manual/tutorial of iMovie......

  • Is it possible to use a camera phone as your webcam?

    I have a Nokia N73 camera phone is it possible to set it up to use it as my camera for iChat?

    My reply would be .....
    It will depend on the type of Output the camera has.
    It may just be possible to use the iChatUSBCam Utility http://www.ecamm.com/mac/ichatusbcam/ which does have a trial period.
    As the camera is unlikely to have Mac Drivers it is less likely.
    Although iChat may see it as being Self contained like a Camcorder and the format will be the key if the input is over USB.
    8:46 PM Thursday; December 28, 2006

  • Purchasing Contract output - form language determination

    First, here's a shot outlook on the situation:
    The customer created a vendor master, with the communication language German. He then created a contract with that vendor and tried to print it, but the output form came out in German. I checked the message in the contract, and the language was RO, not DE.
    The customer then changed the communication language in the vendor master from german to romanian; then he deleted the message in the contract and recreated it, but the language for the form is still german. He told me that when he tries to recreate the message, the default language is still DE and he changes it to RO.
    Please tell me why the language is still defaulted to DE. I checked in customizing & the vendor master and I can't find the DE language anywhere.
    Thankyou in advance,
    Cosmin

    HI,
    What is the log in language for the user?.
    Usually when u need to print PO in different languages two output types are created one for each language .Check in previous what output type is used for german & RO..
    DID u check in this node
    MM>PUR>MESSAGES>OUTPUTCONTROL>MESSAGE TYPES>DEFINE MESSAGE TYPES FOR PO
    Double click on first,select NEU,THEN CLICK ON SEE THE DEFAULT LANGAUAGE.
    MURUGAN
    Edited by: Murugan mgl on Aug 6, 2009 2:41 PM

  • Will Aperture EVER support my camera's RAW?

    I own a Leica D-Lux 2 (same as the Panasonic LX1 with a different exterior) and am crushed that 10.4.4 didn't bring support for its RAW files. I wrote feedback to Apple the day after Aperture was released requesting support but they didn't listen to me!
    The worst part is not knowing if I'm waiting in vain—if Apple will never support my camera, I'd abandon Aperture now. Arrrrggghhhh....

    Also the missing support for DNG - which like PDF
    will become the standard - is a great disappointment.
    I feel Adobe has put much more work, effort and
    thought into their new "beta" product. I will go for
    this, seems much safer in the long run.
    DNG is supported in Apple's products and Adobe's products but only if the particular camera's RAW file is supported. In other words, If Adobe doesn't support your particular camera's RAW file, then you can't convert it to a DNG. If Apple doesn't' support you particular camera's RAW file, then you can't use the converted file.
    But why convert your file into a DNG if your computer supports a particular cameras RAW file?
    The short answer to that question is for long term storage and future file access. If your cameras manufacturer drops support for older cameras (as Canon and Contax have done), will you be able to access that file, say 20 years from now? DNG is one answer to that question. For other information on the subject you can visit this website - http://www.openraw.org/
    DNG is file format created by Adobe to help standardize the output of cameras. What this means is that Adobe is trying to get all the camera manufactures to agree to build into their cameras output support for a standardized file format. Just as a camera can convert it's RAW information into JPEG or TIFF files, Adobe would like them to convert the RAW information into a DNG file.
    Every time a new parameter is added to your camera's sensor or a manufacturer adds a new sensor, the parameters for the RAW file change and software vendors (Apple, Adobe, etc.) need to update their products in order to support the changed RAW file. As you can imagine this is a real drain on resources and takes time. Just imagine trying to keep up with all the different cameras on the market, this has got to be a real nightmare!
    So, if you want DNG support, the best thing to do is to contact the manufacturer of your favorite camera gear and ask them to add DNG output to the list of file formats that their cameras can output. Make sure that you let them know that you, as working professional who actually creates and owns the file/image, find it very unprofessional, unethical and not at all conducive to a professional business that they would actually create a proprietary file that was inaccessible to you and those that you license the file/image to.
    If you want to help speed up the process of having Apple add a particular cameras RAW file to it's list of files that it can read, let the manufacturer of your favorite camera gear know that you would like them to allow Apple access to the proprietary (i.e. secret) information that enables Apple to build real support for their cameras into it's products.
    PowerMac G5 Quad 2.5Ghz   Mac OS X (10.4.4)   4.5GB RAM, Nvidia 7800 GT, 600GB RAID

  • SX20 with Third Party Camera

    Hi Team,
    Can we Connect Cisco SX20 with 3rd Party Camera???
    Since SX20 12X Comes with a Breakout Cable of HDMI + Power & Control.
    Only Requirement is for Video. Third party Camera has HDMI Output.
    Camera Control & Device Control will be Done by Crestron.
    Someone Pls Help on this.....
    Thanks & regards,
          Bharath 

    Hi Patrick,
    Thanks for your Time & Reply.
    Actually this Solution is for one of my Client.
    Just got an Update from them, they are using Sony Camcorders through HDMI Switcher.
    They will be Connecting 3-4 Camcorders to Switcher & Will Switch Accordingly.....
    Will SX20 Support??? Only For the Video??? Since VC they will control it through Crestron Mechanism.
    Thanks & regards,
          Bharath 

  • Network Camera

    Hello all -
    Was wondering if I could get some advice.
    I would like to make a network camera, that is currently connected to my LAN, available to the www.
    I have a static IP address from my broadband supplier - and have set up a domain name with an external ISP that points to my static IP.
    I am running DNS on my OS X Server and have made an entry so that the same domain name points to the fixed (internal) IP of my network camera (which is 10.0.1.5)
    Portforwarding is set up on my airport express (which sits between my ADSL Modem (in bridge mode) and my server, to redirect all requests on port 80 / 8080 to my OS X Server (which is at 10.0.1.2)
    Of course - as I imagine you have realised - this doesn't work from outside of my LAN. Requests get forwarded to my server - but stop there - and don't get passed onto the network camera.
    I have tried embedding the image from the webcam in a webpage hosted on the server. Again, this works from inside the LAN, but from outside - the local address of the network camera does not get inside my LAN.
    I have tried a redirect - but get the same issue.
    I could setup a specific port - but want to keep the URL simple - without the user having to add a port number to the end.
    Am I best off asking my broadband supplier for a second static IP address ? Happy to do that but keen to see if there is a better way first.
    Any help much appreciated.
    Thanks,
    Andrew

    Thanks Camelot
    Really appreciate your help.
    I did try the 'wrapper' solution - and it didn't work from outside the LAN (fine from inside the LAN, or outside with a VPN). Seems as if the remote users browser / machine is still looking for a private IP address - obviously without success. This surprised me as I thought it would work. I used an HTML page from the camera manufacturers website. Pasted below : (my camera IP is 10.0.1.5)
    Don't think I'm brave enough to get under the hood of Apache - will check to see how much a 2nd Static IP address will cost.
    Thanks again,
    Andrew
    <html>
    <head>
    <title>Title</title>
    </head>
    <body>
    <center>
    <!-- Cut from here to the end of image display comment -->
    <!-- Note: If you do not see a JavaScript below in the view source window you must -->
    <!-- first save the html file from your browser, then open the saved -->
    <!-- file in a text editor, for instance Notepad.-->
    <SCRIPT LANGUAGE="JavaScript">// Set the BaseURL to the url of your camera
    // Example: var BaseURL = "http://172.21.1.122/";
    // Since this file is located inside the unit itself, no base url is specified here
    var BaseURL = "http://10.0.1.5/";
    // DisplayWidth & DisplayHeight specifies the displayed width & Height of the image.
    // You may change these numbers, the effect will be a stretch or a shrink of the image
    var DisplayWidth = "320";
    var DisplayHeight = "240";
    // This is the filepath to the image generating file inside the camera itself
    var File = "axis-cgi/mjpg/video.cgi?resolution=320x240";
    // No changes required below this point
    var output = "";
    if ((navigator.appName == "Microsoft Internet Explorer") &&
    (navigator.platform != "MacPPC") && (navigator.platform != "Mac68k"))
    // If Internet Explorer for Windows then use ActiveX
    output = '<OBJECT ID="Player" width='
    output += DisplayWidth;
    output += ' height=';
    output += DisplayHeight;
    output += ' CLASSID="CLSID:745395C8-D0E1-4227-8586-624CA9A10A8D" ';
    output += 'CODEBASE="';
    output += BaseURL;
    output += 'activex/AMC.cab#version=2,0,21,0">';
    output += '<PARAM NAME="MediaURL" VALUE="';
    output += BaseURL;
    output += File + '">';
    output += '<param name="MediaType" value="mjpeg-unicast">';
    output += '<param name="ShowStatusBar" value="0">';
    output += '<param name="ShowToolbar" value="0">';
    output += '<param name="AutoStart" value="1">';
    output += '<param name="StretchToFit" value="1">';
    output += '<BR><B>Axis Media Control</B><BR>';
    output += 'The AXIS Media Control, which enables you ';
    output += 'to view live image streams in Microsoft Internet';
    output += ' Explorer, could not be registered on your computer.';
    output += '<BR></OBJECT>';
    } else {
    // If not IE for Windows use the browser itself to display
    theDate = new Date();
    output = '<IMG SRC="';
    output += BaseURL;
    output += File;
    output += '&dummy=' + theDate.getTime().toString(10);
    output += '" HEIGHT="';
    output += DisplayHeight;
    output += '" WIDTH="';
    output += DisplayWidth;
    output += '" ALT="Camera Image">';
    document.write(output);
    document.Player.ToolbarConfiguration = "play,snapshot,fullscreen"
    // document.Player.UIMode = "MDConfig";
    // document.Player.MotionConfigURL = "/axis-cgi/operator/param.cgi?ImageSource=0"
    // document.Player.MotionDataURL = "/axis-cgi/motion/motiondata.cgi";
    </SCRIPT>
    <!-- End of image display part -->
    </body>
    </html>

Maybe you are looking for