CAM in 4.5 component package

Hi guys,.

I m trying to run an application that I created that in a simulator of 4.5 (8120 JDE) is already working on 4.6 package (9000JDE). The problem comes when I m attempt to initialize the cam of the device. The code I m with (which leans on 4.6) is: private void initializeCamera() {}

try {}
Create a player for Blackberry camera.
A player = Manager.createPlayer ("capture://video"); ***
Set the player player to the State REALIZED (see docs.)
Player.Realize ();
Video control and set it to the current view.
videoControl = (VideoControl) player.getControl ("alarm");
If (videoControl! = null) {}
Create the video as a primitive GUI (as opposed to a field
direct video, which can be used on platforms
LCDUI support.)
videoField = (videoControl.initDisplayMode) (field)
VideoControl.USE_GUI_PRIMITIVE, 'net.rim.device.api.ui.Field');
Display the video control
videoControl.setVisible (true);
}

Set the player player to the START State (see docs.)
Player.Start ();
}
catch (Exception e) {}
Dialog.Alert ("ERROR" + e.getClass () + ":"+ e.getMessage () ');
}
}

When I m debug the problem comes from the line with * who launches a MediaException. Could someone help me with this please? Thank you in advance!

Please refer to the following.

What is - an appropriate version of the BlackBerry JDE
Article number: DB-00537

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800901/What_Is_-_Appr...

Tags: BlackBerry Developers

Similar Questions

  • JDE component package are not not in the eclipse preferences

    I installed the beta2 of eclipse plugin that comes with the component package 4.5. I also installed the beta JDE 4.7 which comes with the 4.7 component package. Two of them work properly except that I want to work with libraries 4.7 but component package 4.7 does not appear as an option in the preferences of eclipse, it won't let me choose 4.5.

    I tried to reinstall 4.7 JDE nothing helps.

    Should I do so that the component Pack see the 4.7 in option in eclipse?

    Any help would be appreciated.

    Please note that the current beta version of the BlackBerry JDE for Eclipse requires the update of the Eclipse for the JDE 4.3 software component Pack and that he cannot stand the previous installations of the BlackBerry JDE or BlackBerry JDE component Packs.  They can be downloaded here:

    http://NA.BlackBerry.com/eng/developers/javaappdev/javaeclipseplug.jsp

  • Component package 4.7.0 JDE not no projection in Eclipse

    Following the recipe here: http://supportforums.blackberry.com/t5/Java-Development/Eclipse-3-4-Plugin-Installation-Problems/td-... I got got the BLackBerry JDE component 4.6.0 Pback to appear in my list of installed components.  I have now installed to 4.7.  I rebooted, but it does not appear.  I also tried to uninstall and re-install.  No luck.  I use Eclipse 3.4.1. 4.7 appears in my list of installed software.   Any ideas on how to get 4.7 to display in the list of installed components?

    Is eclipse the preferred for BlackBerry devices development environment?

    Thank you

    Scott

    Hypothesis: you're on Windows.  I've tried it on other platforms.

    With the help of eclipse 3.4.2 and component pack 4.7.0.46, I don't have a problem.  I have six sets of component responsible, ranging the 4.2.1 to 4.7.0.

    So earlier, I tried Eclipse 3.4.1 installation.  It went well.

    I'm puzzled.  So I'll give you all the details and maybe you can see a difference in what you were doing.

    This is my method:

    -A started with a Virgin eclipse 3.4.1.  I confess I don't remember if I got it from the site of the eclipse or the BlackBerry site.

    -Help-> them-> software updates-> available software add the Site-> Archive...

    -Sailed to where I keep my copy of eJDE1.0.0.67_With_CP4.5.0.16.zip, I got on the BB site. Click on 'OK '.

    (The thing 'Archive... "is important - it's the only way I ever got it works.

    "But I guess if you got that until now you already know).

    -Click on "Manage Sites... »

    -Unchecked everything that said 'www.blackberry.com' and 'OK '. We will keep this local, people.

    -Checked off the appropriate and clicked on "install...". »

    -Installed the 4.5 of the comp and JDE plug-in pack. He asked to restart eclipse. I said yes. It restarted.

    -Help-> them software updates-> available software-> Manage Sites

    -Selected the jar file I just installed the plugin on and clicked on 'Remove', then 'OK '.

    -Click on "add the Site-> Archive...". »

    -Sailed to where I keep eJDE - 4_7_0_46_Component.zip, I got on the BB site. Click on 'OK '.

    -Checked off the appropriate and clicked on "install...". »

    -Installed pack 4.7 of the model. He asked to restart eclipse. I said yes. It restarted.

    -To check, I imported a .jdw existing (a demo of BB) so I could see "configure the BlackBerry workspace." Seemed fine.

    So, I don't know what else to say.  If you do this and it doesn't work, then you have the files corrupted, or there is something different about your installation of eclipse based.  I can't think of anything.

    Good luck.

    ScottVickery wrote:

    Is eclipse the preferred for BlackBerry devices development environment?

    Seen all over again...

  • Component package in a trigger

    I wrote relaxation to run a Package, but it is not compiled, its following error given me advice please

    Compile to TRIGGER IIMS_UWR errors. TRG_T_POLICY_EVENT_BI_REP

    Error: PLS-00103: encountered the symbol "UNADJ_DEPOSIT_ASA_TEST" when expects it one of the following values:

    := . ( @ % ;
    The symbol ': = ' was replaced by 'UNADJ_DEPOSIT_ASA_TEST' continue.
    Line: 14
    Text: EXEC unadj_deposit_asa_test. UNAJST_DEP (pPolicyId = > from_name);



    My trigger is

    CREATE OR REPLACE TRIGGER trg_t_policy_event_bi_rep
    AFTER
    INSERT OR UPDATE
    ON t_policy_event_followup
    REFERRING AGAIN AS NINE OLD AND OLD
    FOR EACH LINE

    declare from_name varchar2 (100);
    BEGIN
    FROM_NAME: =: NEW.pfp_pol_policy_id;
    DELETE FROM t_premium_due_rep_bi_temp T WHERE T.T_POLICY_ID = from_name;

    EXEC unadj_deposit_asa_test. UNAJST_DEP (pPolicyId = > from_name);

    END trg_t_policy_event_bi_rep;

    user11876003 wrote:
    I wrote relaxation to run a Package, but it is not compiled, its following error given me advice please

    Compile to TRIGGER IIMS_UWR errors. TRG_T_POLICY_EVENT_BI_REP

    Error: PLS-00103: encountered the symbol "UNADJ_DEPOSIT_ASA_TEST" when expects it one of the following values:

    := . ( @ % ;
    The symbol ': = ' was replaced by 'UNADJ_DEPOSIT_ASA_TEST' continue.
    Line: 14
    Text: EXEC unadj_deposit_asa_test. UNAJST_DEP (pPolicyId-online from_name);

    My trigger is

    CREATE OR REPLACE TRIGGER trg_t_policy_event_bi_rep
    AFTER
    INSERT OR UPDATE
    ON t_policy_event_followup
    REFERRING AGAIN AS NINE OLD AND OLD
    FOR EACH LINE

    declare from_name varchar2 (100);
    BEGIN
    FROM_NAME: =: NEW.pfp_pol_policy_id;
    DELETE FROM t_premium_due_rep_bi_temp T WHERE T.T_POLICY_ID = from_name;

    EXEC unadj_deposit_asa_test. UNAJST_DEP (pPolicyId-online from_name);

    change the line above to be as below

    unadj_deposit_asa_test. UNAJST_DEP (pPolicyId-online from_name);

    >

    END trg_t_policy_event_bi_rep;

  • Don't see a package component 4.7

    I installed the JDE plugin to download eclipse 1.0.0.67 Installer (EXE), which seems to be the component package 4.5. Since I want to run it using the component package 4.7, I downloaded the zip file containing the 4.7 and following the instructions of installation with an error. But when I go to Windows > Preferences and select "Blackberry JDE" and select "installed components" I can't select component package 4.7 4.5 only. I checked that 4.7 is installed by going to the Help menu and selecting "Software updates...". It indicates that the Blackberry 4.7.0.46 component package is installed. A that someone has had this problem and found a resolution.

    -Keith

    Not at all. I will try this later today and post my results.

    Thank you

    Keith

  • Creating a component of Business in Jdeveloper 10 g Package

    Hi all

    I have a doubt in the creation of the component Package Business Jdeveloper 10g. If I right click on any project I can find no option for the creation of new businesses of component Package. Also if I'm going to a new option in this project and click ADF business components, there too I have no options for the component Business package. There are other options. So what is the solution with this?

    Can someone please answer this. ???

    IAM a beginner in the OPS help me pls if HRT!

    Published by: Ganesh on 2 Sep 2010 05:02

    Hello Ganesh

    Of Jdev 10 G from there is not need to manually create the package. Oracle has tried to lower down on the workload ;)

    Now, whenever you create your component of BC4J package will be automatically created.

    Thank you
    AJ

  • Camera GigE of NI VBAI lost packets

    We run VBAI on a fast PC with an Intel Pro/1000 card and a switch GigE of jumbo-frame to a large number of Basler Ace GigE cameras.

    It is understandable that multiple cameras cannot transfer complete images to the PC to the full flow of 1000 MHz because of the limited bandwidth between the PC and the Switch simultaneously.

    A way around this is to strangle the maximum for each camera down data flow so that the sum is not greater than 1,000 MHz.

    However, this means that transfers images always take more time, even if only a single camera to enter service, a large part of the time.

    What is a fundamental limitation of GigE Vision, or are smart enough work as soon as possible of the GigE Vision cameras... via returns package loses casual?

    Nelson

    We have found a solution.

    The problem is that the cameras, switch, network card and VisionBuiilder cannot treat all cases where more than one camera sends images to VisionBuilder where the total of the rates of data for these cameras is never more than 1 GB of band bandwidth network card.

    (It would be nice if someone did a network switch that has a little more package buffer memeory...) 100 MB?... so that the images of the garbage does not have the occasional collision while allowing most of the captures operate at maximum speed.)

    Solution:

    (1) we have added 3 ports on network 1 Gb additional to our pc of mink.

    (2) in order to redistribute traffic camera in more than one network port, we assigned to each network adapter and corresponding cameras, to a different subnet.

    (3) we have lowered the rate of data for less urgent cameras.

    Even after the lowering of the data rates for multiple cameras in NOR-MAX up to 200 Mb/s such as lost packets should no longer be possible, we stil seen.

    After a detailed examination, we found that the stages of acquisition image VisionBuilder are not careful the data rates that you assign to NOR-MAX and always default to 1000 MB/s maximum rate, so saturated flow and lost packets.

    The solution to this problem proves to be explicitly set to the flow desired in each stage of the acquisition of Image VisionBuilder, using the attributes tab.  While you're there, you should also check other critical parameters, such as the packet size, are also correct and update if not.

    After you explicitly fix rates given in every stage of image acquisition, we ran a stress test of capture image that ran all the process of vision (several programs running at the same time) about 10 times faster than necessary and observed no lost in all packets.

    Problem solved.

  • computer does not recognize my camera

    Hello, I have a windows xp pro to recognize my digital camera as a screen pop up and allow to my download and edit images.   When I plug in the camera and select pc I hear the 'gah-dunk"but nothing on the screen of the computer appears as before.   help alfredted

    This digital camera has it's own package? One that allows you to download the camera in your computer?

    Or do you just rely on XP to do for you?

    What make your camera is, check out the website of its manufacturer.

    Appropriate software, if you don't have it. (There may be the latest version... you can upgrade, here.)

    If you have not installed the software, maybe it is corrupted and requires... uninstalled and then reinstalled to new (to refresh the application)?

    If you have photos stored in your computer, using this software, please, save what you have... before you try to reinstall the software.

    For me, it is simply a "common practice" for when things won't work properly.

    This includes hardware and software, simply uninstall and then reinstall.

    Most of the people do not like this as they see it as being all a task too hard... for them, when it's really not.

    It is the fear of 'maintenance', or should I say "preventive maintenance", where they "fear" of losing their precious ' private pictures/details/contact numbers-e-mail addresses/etc'...if they had to attempt such a thing because maintaining their computer in a "working condition". (Funny, it's their computer tends to 'develop' major problems... from this attitude, and they ask 'why' it does more than just more!)

    Worry on this subject, and not do anything in this regard, well, that just makes the job more difficult stuff. A few times makes the problem much worse is it really, because people will tend to continue to use the computer when there is a problem that needs fixing.

    Okay, so that you spend 10 to 30 minutes to sort out the problem, when it occurs, it is the best time to make... never later.

  • Z10 blackBerry dropped my Z10 and now the camera does not

    So, Yes, I dropped my new phone on the ground this morning. Everything has been ok since then except that I just went to take a picture and the screen shows just black for the main camera. When I touch the screen, he's trying to capture, but then gives me a capture failure message. There is no sign of damage on the outside, so something must have broken inside the unit. The front camera still works. Does anyone know if this would be a very costly, if not impossible? Should I just let it go?

    the rear camera is a separate component that can be replaced, ebay has them for $ 30

    video on take part

    http://www.bing.com/videos/search?q=Z10+disassemble&qpvt=Z10+disassemble&form=VDRE#view=detail&mid=7...

  • Can't see the camera raw 9 on Lightroom

    Hello!
    I have a Macbook Air, and I have Photoshop CS6 and Lightroom installed 5.7.1. I installed the package of Camera Raw 9 and while I open my Nikon d5500 has been added was images in photoshop, I can't open it in Lightroom. When I see the compatibility 'manipulation of files' section in the Lightroom preferences, I see "Camera Raw 7.1 and later" as the most recent possible. Why I am not able to use the Camera Raw 9 on Lightroom package? How can I fix it?

    Thank you very much!!

    JP

    Hi Andreina,

    Please find below the link to DNG Converter 9.1.1.

    Windows

    Adobe - Adobe Camera Raw and DNG Converter: for Windows: Adobe DNG Converter 9.1.1

    Mac

    Adobe - Adobe Camera Raw and DNG Converter: for Macintosh: Adobe DNG Converter 9.1.1

    You can download and install the DNG Converter and convert your raw images not supported in DNG format, so that you can import in the current version of Lightroom.

    Let us know if it helps

    Kind regards

    ~ Mohit

  • come camera raw with photoshop cc

    come camera raw with photoshop lightroom package $9.95 per month and cc

    Yes of course.

  • DBMS SQL DIAG package

    Hi all

    Recently I came across the "dbms.sqldiag_internal" package in oracle's blog.

    It has been mentioned that this package can be used to create fix sql with notes, thus changing the path queries generated by applications packaged as siebel.

    I googled carefully on the creation of this patch, but in vain. There was one and only reference to blogs.oracle.com with an example. Also, this has not been documented by Oracle.

    So I would like to know if someone tried to create patches SQL in this way and they was useful?

    If so could provide me with some references for the implementation step by step?


    Please find below oracle blog link:

    https://blogs.Oracle.com/optimizer/entry/how_can_i_hint_a

    Recently I came across the "dbms.sqldiag_internal" package in oracle's blog

    I think that it was news to most of us.

    The implementation step by step has been detailed in the blog that you linked.

    The most important point on application of your own sql patch is if it is supported, and why you would use this approach on an approach supported and documented using a base plan sql?

    I asked the question on the blog, but he has not spent with moderation and not responded to.

    You can certainly use base lines to amend the plan packaged sql using dbms_spm.load_plans_from_cursor_cache, for example
    http://OraStory.WordPress.com/2011/10/13/no-need-to-change-source-code-hint-it-using-a-baseline/

  • Alignment of child in the custom component in Flex 3

    Hello

    I am newbie to Flex and glued on the essential point.

    I'm trying to align the children in a custom as Center horizontally and vertically from the Middle component but the result is not harmonizing at all.

    It's my custom componet "LoadingPanel.mxml" under the component package which children I want to focus.

    <?xml version="1.0" encoding="utf-8"?>
     
    <mx:Panel xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" 
                 width="100%"
                 height="100%"                                   
                 title="DCP v1.1" horizontalAlign="center" verticalAlign="middle">
         
         
         <mx:Panel backgroundColor="#BB3030" width="300" headerHeight="15">
               
               <mx:ProgressBar id="bar"
                                    indeterminate="true"
                                    labelPlacement="top"
                                    minimum="0"
                                    visible="true"
                                    maximum="100"
                                    label="Loading..." 
                                    direction="right"
                                    mode="manual"
                                    width="100%"
                                    trackHeight="14"
                                    
                                    color="#FFFFFF"/>
         </mx:Panel>
         </mx:Panel>
    
    

    Here are my main application where I use this custom component

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
                       xmlns:s="library://ns.adobe.com/flex/spark" 
                       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:component="component.*">
         <fx:Declarations>
               <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <component:LoadingPanel/>
    </mx:Application>
    
    

    I also tried to give the alignment in the custom component instantiation.

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
                       xmlns:s="library://ns.adobe.com/flex/spark" 
                       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:component="component.*">
         <fx:Declarations>
               <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
         <component:LoadingPanel horizontalAlign="center" verticalAlign="middle"/>
    </mx:Application>
    
    

    I'm sure that there must be no way to do it, but it's hard luck for me.

    Thank you

    Mac

    Jin

    pls put your control on the box and set the property of the box horizontalAlign="center" verticalAlign="middle" , may be it will be wrk.

  • System.getProperty returns NULL on Simulator

    The following call:

    System.getProperty("video.snapshot.encodings")
    

    Returns a null value.

    I tried using the default Simulator of the component package 4.5.0_4.5.0.16.

    This key is available in 4.7 +. I don't know what you're trying to do, but you should know that there is no way to adjust the front camera of 4.6.

  • HP ENVY 15 x 360 PC: lost CarePack

    I apologize in advance for not posting in the right advice, I don't know where to go for this.

    Thus on 24 August this year, I bought a product Care Pack (HP 1 year PW Pickup back want NB SVC, H370765164order number) on the HP site, but I still receive it by post. I checked with the Office of my apartment to make sure he has not mixed with the other mail, but they could not find. I received a confirmation e-mail and a product record e-mail afterwards, so I know that my payment has gone through and he was apparently shipped. I can provide the emails if required as proof of purchase or something like that.

    I guess my question is, is there a way to return my carepack information or maybe a way of searching CarePack serial number so that I can save it to my laptop? Otherwise, if I can't, does mean that my PC is unprotected and I fell $135?

    Any help would be appreciated.

    Sirine

    @KayleyWatson

    Welcome to the HP Community Forum - we are a community of fans of HP !

    "Way back when" materials Care Pack came to us in the package mailed to us.

    In my own experience, Care Pack is now "delivery", in other words, you should receive an email that contains the necessary information about your purchase.

    Whatever it is, you can get it straightened out.

    This number might work - although the number of 'buy', it is likely that you may be transferred to the good service.

    1-866-724-8600

    Otherwise, contact Technical Support to HP, explain the problem and get help:

    HP Contact Information - sales, Technical Support, other Contacts - USA / Canada

    Fill out the form to receive the case number and Contact information

    Contact HP support - USA-

    Contact HP - including UK information

    HP technical support / Service delivery - some English Speaking countries

    HP global support

    Warranty check

    HP customer support - product warranty check

    Plans of optional guarantees:

    Enter your product number in the screen to view the different warranty plans available for this system:

    Care Pack Central

    Definitions (file may be slow to load in Firefox - Edge is faster...):

    Definitions of Care Pack Services

    I'll put in a request for assistance here, too...

    When you see a post that helps, inspires, gives a cool idea.

    or you learn something new, click on the Thumbs Up on this Post.

    Fixed / responded? Click on the accept as Solution to help others find answers.

Maybe you are looking for

  • How to change the username on IPad?

    How can I change the Userid on IPAD?

  • Automatically add delays to the ability to hide/show the bar

    I activated the option to hide/show the bar automatically. I would like it when I touch the upper part of the screen with the mouse, the menu bar will appear with some delays (2 seconds for example). First it is possible to configure the delay?

  • Problem with the help of WITH Toshiba Bluetooth Stack with Winamp

    I want to control winamp using Sony Ericsson HBH-DS970.But I have Toshiba Bluetooth Stack on my computer, and in the options, it is only possible to control Windows media player and as far I discovered using regedit - HKEY_CURRENT_USER\Software\Toshi

  • Stay connected...

    Outlook is not keep me logged in when the box is check ask that I stay connected?

  • 33120A driver missing

    Hello I'm looking for a driver for a HP/agilent 33120, 15 MHz F / AWG.  The pilot site seems to have a version of labview 8.6, but is not available (i.e. a link broken).  Any ideas/suggestions?  Should I bother looking for this driver more?  I'm usin