Imaqdx registers returning errors on point grey cameras

I am trying to control Pt Grey Flea3 USB3 cameras.  Mostly these have been excellent, but I have come unstuck trying to access certain trigger modes.  THe trigger modes that Pt Grey claims are accessible, do not appear to be available as attributes, so I tried accessing registers directly.  Turns out I can read registers (in steps of 4) at offsets up to 20Ch, but after that I consistently get the same (rather unhelpful) error message "Unknown USB3 Vision error" (-1074360261 xBFF6903B).  This maximum offset is well shy of anything interesting in the registers.  I can revert the drivers back so I can use the native FlyCap software and this does allow me to access the registers at the offsets I expect (e.g. 803h).  I have seen similar posts to this problem, but don't see anything directly related.  Anyone got any ideas?

Hi bostonscot,
What version of LabVIEW and NI-IMAQdx do you have on your machine? Would it be possible for me to receive a screenshot of the error message you are receiving? 
How are you configuring the IMAQdx Read Register VIs? Would it be possible to receive a screenshot or VI snippet of the code where the reading from the register is taking place?
Regards,
Jordan G
Applications Engineer
National Instruments

Similar Messages

  • Best settings for Point Grey Flea camera

    Hi
    Can anyone using Point Grey Camera(Flea) find out the best settings(Hue, White Balance U, White balance V, Saturation....) for best image quality.
    Regards
    Abhishek Verma

    chucknoris501
    What version of Premiere Elements are you using on Mac?
    Export your Timeline content to a .mp4 file, using export settings which have been customized under the Advanced Button/Video Tab of the export's preset.
    See Publish+Share/Computer/AVCHD and .mp4 category. The exported file is then uploaded to YouTube at the YouTube web site.
    If you post the properties of your source video and project settings, I will suggest the settings for the Timeline content export to file saved to the computer
    hard drive for upload to YouTube at the YouTube web site.
    ATR

  • Point grey chameleon camera

    Hi,
    I'm trying to talk to a point grey chameleon USB camera with Labview using ActiveX.
    I was able to register the DLL and display the live image and change the settings (shutter, gain, etc.). When I tried to get the image data using the "GetImageData" method, Labview crashed with the error message "Exception: Access violation" (See the attached figure). I also tried to using the "SaveImage" method. It sometimes crashed, too. But it can only save 8-bit pgm files and we need to have 16-bit (12-bit actual resolution).
    I'm using Labview 2011 SP1 (32-bit) on windows 7 (64-bit). The camera model is CMLN-13S2M with the Flycapture 2.3.1.8.
    Does anyone get the camera to work properly to be able to get the image data in 16-bit?
    Thanks,
    Joseph
    Attachments:
    point grey error.png ‏29 KB

    Hi,
    I have two suggestions for you. First I would like to recommend you follow these steps to verify that there is no problem with your dll and project configuration:
    Make sure you are using the same calling conventions as the DLL.   When using C calling conventions, the caller is responsible for cleaning up the stack.  When using Standard calling conventions, the called function is responsible for cleaning up the stack.  If the caller (LabVIEW) and the called function (your DLL) don't have the same calling conventions, then they will either both take things off the stack or neither of them will.  Either situation will certainly cause LabVIEW to crash when your DLL function returns.
    Make sure that all inputs on both sides of your Call Library Function Node are wired. If the left side is not wired then the DLL will write over unallocated memory.  If the right side is not wired up,  LabVIEW will assume that your DLL does not need or use that allocated memory and will use it for something else.  Your DLL will then overwrite reserved LabVIEW memory space, causing LabVIEW to crash.
    Make sure your DLL is not overwriting LabVIEW memory.Frequently DLL functions will take allocated memory as input, write to this memory, and return it.  If not enough memory is allocated or the DLL writes more than has been allocated, the DLL will overwrite reserved LabVIEW memory space and cause LabVIEW to crash.  For example, consider the following function: double *Waveform (double *waveform, uInt32 size); The proper way to allocate the memory in this case is to initialize the array with the appropriate size prior to calling the DLL.  The image below demonstrates the proper method.   
    Make sure that LabVIEW is passing parameters to your DLL in the format that your DLL is expecting. If LabVIEW and your DLL do not agree on how a parameter is being passed (by value, reference, handle, etc.), then it is possible for your DLL to unintentionally point to some random place in memory.  This can cause faulty data at best and LabVIEW or Windows crashing at worst.
    If you built the DLL in LabVIEW and you are showing the front panel of the DLL, then there are two strict requirements to make it work.
    The Call Library Function must be set so that the DLL call is Reentrant. This is set by changing the execution category (under the Browse button) from Run in UI Thread to Reentrant.
    The calling VI (the VI from the LabVIEW development environment that is calling the LabVIEW built DLL) must not be running in the User Interface execution system. This can be checked by selecting File»VI Properties»Execution and making sure that the execution system is standard, instrument i/o, data acquisition, other 1, or other 2 (same as caller may run in the user interface system if the parent VI calling this VI is running in the user interface system).
    My second advice is to use the National Instruments Vision and Acquisition software to interface LabVIEW with you camera.
    Warm Regards,
    Miguel Fonseca
    National Instruments - Applications Engineering

  • How to get Point Grey Dragonfly firewire cameras to work with LabVIEW 2010

    We recently got a new computer.  The O.S. is Windows 7, 64-bit.  It has LabVIEW 2010 (also 64-bit) and the Vision Development Module, as well as the Vision Acquisition Driver.  We also have Point Grey Dragonfly Express cameras.  The first trial of using LabVIEW to get images from one of the cameras yielded greyscale images (they are color cameras).  We then installed the Point Grey drivers (flycapture2.1.3.4_x64).  After installing the drivers, the camera was is no longer recognized in MAX.  Does anyone have pointers or advice?  Thanks.

    It's been a bit since I've messed with camera settings. But I think LabVIEW requires the NI-IMAQdx driver and the greyscale was from not setting the bayer filter. I can't poke around my camera settings right now, so I can't double check.

  • Wmiprov.log - WDM call returned error: 4200

    I have swtiched to an ASUS motherboard, but I have a feeling that it may be a problem for other nForce motherboards as well and I know that you guys are always on top of things in here...and I was hoping that you could confirm or deny my theory. There was another person in the ASUS Forum that has this same thing happening, so at least I know that it is nForce + 3.13 driver related somehow.
    Windows XP Pro - I've noticed that my A7N8X-E is logging WMI errors in the file c:\windows\system32\wbem\logs\wmiprov.log. The error message is logged every ten seconds and states this exactly:
    (Thu Feb 19 22:52:00 2004.105546) : WDM call returned error: 4200
    (Thu Feb 19 22:52:00 2004.105546) : WDM specific return code: 4200(Thu Feb 19 22:52:00 2004.105546)
    To troubleshoot where it may be coming from, I tried a few things:
    1). Started in Safe Mode. It was NOT logging the error.
    2). Started in regular mode with all startup applications disable, it WAS logging the error.
    3). Disabled all extra devices in Device Manager, still logging the error.
    4). Uninstalled the 3.13 drivers, the error logging stopped.
    5). Reinstalled the 3.13 drivers, the errors started logging again. In fact, I checked the file right at the point in the driver installation where it pauses to tell you about the dangers of the IDE drivers and it was already logging the errors.
    Does anyone else have this occuring on their motherboard? I would really appreciate it if you could check. If not, does anyone know what might be causing this error to logged.

    Hi Axel,
    In my case I can completely stop the "WDM call returned error: 4200" by disabling my network interface card.  To try this, right-click on Network Neighborhood and choose 'Properties'.  Then right click on your Local Area Network and choose "Disable".   Then check the log file again in a few minutes to see if it quit loggin errors.  In my case it did stop logging errors.  To test further I uninstalled the nForce onboard LAN and installed a 3Com network card instead.  It also creates the WDM call returned errors as soon as you enable the TCP/IP protocol for the device.
    Microsoft says that error #4200 means "ERROR_WMI_GUID_NOT_FOUND, "The GUID passed was not recognized as valid by a WMI data provider".  
    I don't think this is a serious error and I doubt it causes any problems, but over at nforcershq.com...I have heard from other people that receive the error too.   All of my Intel based machines NEVER receive this error.  There is very little information on the internet regarding WMI errors, but they are designed for driver programmers to debug problems with their drivers...they really aren't meant to be useful for the end user.  I only came across the error because I was running a hard drive activity monitoring program to diagnose a different problem and I kept seeing that I was writing to the log file every ten seconds...so I decided to open the log file to check it out.
    In the mean time I have turned off error logging because it will save on hard drive activity.  My system was logging the error every 10 seconds.  You can turn off the logging by running this from the 'Start -> Run' button "wmimgmt.msc"  Once the window opens, right-click on 'WMI-Control Panel' and choose 'Properties'.  Click on the 'Logging' tab and choose disabe.
    One easy way to check which version of nVidia drivers you downloaded is to go to C:\nvidia\nForceWin2KXP and look at the next folder name to see if it says 3.13.
    Quote
    Originally posted by axeluktoo
    (Mon Feb 09 23:51:26 2004.293593) : WDM call returned error: 4200
    (Mon Feb 09 23:51:26 2004.293593) : ***************
    (Mon Feb 09 23:51:26 2004.293593) : BinaryMofsHaveChanged returned FALSE:
    I haven't got a clue what they mean though - anyone else know?
    This may sound like a stupid question but how do I find out which set of nForce drivers I have installed (I just download them and install them and I can't remember which ones I have on this partition - I rewrite "Drive Image(s)" quiet a lot also so it's not easy to keep track.
    In the "nForce Control Panel" I have the Audio Driver version 6.14.0366.0 (3.66)
    and Control panel version 1.00.00.036 (3.66). Am I right in assuming the drivers I have are 3.66?
    Axel  

  • Point Grey Chameleon Exposure Parameter

    I am completely new to labview and want to control the basic parameter Exposure of my point grey Chameleon camera, but I have had no luck. I looked at this thread and the VI they presented, but I dont see any property for exposure control.
    https://forums.ni.com/t5/LabVIEW/capturing-chameleon-raw-data/td-p/2270666
    Then I read in another thread that we use the FlyCapture software to set the exposure through there and set the camera default, but this seems so roundabout for a simple parameter.
    http://ni.i.lithium.com/t5/Machine-Vision/PointGrey-Chameleon-USB-camera-not-working-in-Vision-Assis...
    Has anyone had any luck of interfacing with Chameleon so I can access the exposure? 
    Thank you!
    Attachments:
    Low-Level Grab Raw Data To Image & file.vi ‏61 KB

    Hi Richelle,
    The errors that you mentioned usually occur after the host PC's USB controller reports a USB transaction error. According to Intel's specification, a transaction error is any error that caused the host controller to think that the transfer did not complete successfully. 
    Since you've already tried the device on another computer, we know that it's not a problem with the USB controller in the computer. Do you have another USB cable you could try to see if that's what's causing the disconnection issues?
    David S.

  • ATZ returning ERROR (N95 8GB)

    I'm connecting to my N95 8GB via Bluetooth from a laptop running Ubuntu Linux. I had it working fine, but for the last few days whenever I dial out, it seems that the 'ATZ' command in the chat script is returning 'ERROR' instead of 'OK'.
    I just can't see any reason for it. I've disabled/re-enabled Bluetooth on both sides, rebooted the phone, rebooted the laptop, turned any connectivity-related services off/on on the phone, but still no joy.
    Does anyone have any suggestions as to why 'ATZ' might return 'ERROR' on an N95?
    Thanks.
    Ross

    OK, ignore that. Thinking a little clearer this morning and it looks like I had inadvertently broke my /etc/bluetooth/rfcomm.conf file at some point. I had the 'rfcomm0' port bound to Channel 1 (Hands-free Audio Gateway), instead of Channel 4 (Dial-up Networking).
    Not sure how/when I broke that, but the fact that it was returning 'OK' to my 'AT' commands had me convinced I was still talking to the modem service!
    Sorry for the noise,
    Ross

  • OfficeJet Pro 8600 plus will not install , msg Call to DriverPackageInstall returns error 5

    I get message "Call to Driver Package Install returned error 5 for package -c\Program Files\HP\HP OfficeJet Pro 8600\Drivers Store\Pipeline\hpup\03.inf-Call to Driver Package Install must be a member of th eadministrator group to install a driver package. Laptop is HP, Core 5, running Win 8.1
    No security messages arose during very slow install.
    Tried several times, tried to download installation package as suggested btroubleshooter but aborted 4 times (4 hours), other downloads had no problem. Tried changing startup as indicated also, did not correct the problem.

    Hi Liam,
    The installation CD that came with your 8600 will definitely not work with Windows 8.1 and is not same as the latest online download which you will need to install on Win8.1.
    Are you running Win8.1 Pro 32 or 64 bit?
    Also make sure you select the right model of your Officejet. There are 3 different models.
    HP Officejet Pro 8600 Plus e-All-in-One Printer series - N911
     HP Officejet Pro 8600 Plus e-All-in-One Printer - N911g
    HP Officejet Pro 8600 e-All-in-One Printer series - N911
     HP Officejet Pro 8600 e-All-in-One Printer - N911a
    HP Officejet Pro 8600 Premium e-All-in-One Printer series - N911
     HP Officejet Pro 8600 Premium e-All-in-One - N911n
    Try uninstalling printer from the control panel and reinstall using the Win8.1 download from the link above.
    Thanks

  • Error 0x800713ec: Process returned error: 0x13ec when installing message+.exe on xp machine.

    [0C00:0A0C][2015-02-10T11:49:06]i001: Burn v3.7.1224.0, Windows v5.1 (Build 2600: Service Pack 3), path: C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\Message+.exe, cmdline: ''
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleLog' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906.log'
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\Message+.exe'
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleName' to value 'Message+'
    [0C00:0A0C][2015-02-10T11:49:07]i100: Detect begin, 3 packages
    [0C00:0A0C][2015-02-10T11:49:07]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full'
    [0C00:0A0C][2015-02-10T11:49:07]i000: Trying per-machine extended info for property 'State' for product: {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
    [0C00:0A0C][2015-02-10T11:49:07]i000: Setting numeric variable 'VCRedistx86' to value 5
    [0C00:0A0C][2015-02-10T11:49:07]w120: Detected partially cached package: vcredist_x86.exe, invalid payload: vcredist_x86.exe, reason: 0x80070570
    [0C00:0A0C][2015-02-10T11:49:07]i052: Condition 'VCRedistx86<>2' evaluates to true.
    [0C00:0A0C][2015-02-10T11:49:07]w120: Detected partially cached package: NetFx45Web, invalid payload: NetFx45Web, reason: 0x80070570
    [0C00:0A0C][2015-02-10T11:49:07]i052: Condition 'NETFRAMEWORK45 >= 378389' evaluates to false.
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: vcredist_x86.exe, state: Present, cached: Partial
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: NetFx45Web, state: Absent, cached: Partial
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: VMAApplication, state: Absent, cached: Complete
    [0C00:0A0C][2015-02-10T11:49:07]i199: Detect complete, result: 0x0
    [0C00:0A0C][2015-02-10T11:49:11]i200: Plan begin, 3 packages, action: Install
    [0C00:0A0C][2015-02-10T11:49:11]i052: Condition 'VCRedistx86=2' evaluates to false.
    [0C00:0A0C][2015-02-10T11:49:11]w321: Skipping dependency registration on package with no dependency providers: vcredist_x86.exe
    [0C00:0A0C][2015-02-10T11:49:11]w321: Skipping dependency registration on package with no dependency providers: NetFx45Web
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'NetFx45FullWebLog' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_0_NetFx45Web.log'
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'WixBundleRollbackLog_VMAApplication' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_1_VMAApplication_rollback.log'
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'WixBundleLog_VMAApplication' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_1_VMAApplication.log'
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: vcredist_x86.exe, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: NetFx45Web, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: VMAApplication, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register
    [0C00:0A0C][2015-02-10T11:49:11]i299: Plan complete, result: 0x0
    [0C00:0A0C][2015-02-10T11:49:11]i300: Apply begin
    [0CEC:0C1C][2015-02-10T11:49:16]i360: Creating a system restore point.
    [0CEC:0C1C][2015-02-10T11:49:32]i361: Created a system restore point.
    [0CEC:0C1C][2015-02-10T11:49:33]i000: Caching bundle from: 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\.be\Message+.exe' to: 'C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\Message+.exe'
    [0CEC:0C1C][2015-02-10T11:49:33]i320: Registering bundle dependency provider: {1ca30da3-9557-44ec-bdf2-e0887854efd9}, version: 1.0.14.0
    [0C00:0484][2015-02-10T11:49:33]w343: Prompt for source of package: NetFx45Web, payload: NetFx45Web, path: C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\redist\dotNetFx45_Full_setup.exe
    [0C00:0484][2015-02-10T11:49:33]i338: Acquiring package: NetFx45Web, payload: NetFx45Web, download from: http://go.microsoft.com/fwlink/?LinkId=225704
    [0CEC:094C][2015-02-10T11:49:45]i305: Verified acquired payload: NetFx45Web at path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\.unverified\NetFx45Web, moving to: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe.
    [0CEC:094C][2015-02-10T11:49:48]i304: Verified existing payload: VMAApplication at path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{70A85191-F402-4CB5-8AFF-050956C7A9E1}v1.0.14.0\Message+.msi.
    [0CEC:0C1C][2015-02-10T11:49:48]i301: Applying execute package: NetFx45Web, action: Install, path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe, arguments: '"C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe" /q /norestart /ChainingPackage "Message+" /log C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_0_NetFx45Web.log.html'
    [0CEC:0C1C][2015-02-10T11:50:36]e000: Error 0x800713ec: Process returned error: 0x13ec
    [0CEC:0C1C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to execute EXE package.
    [0C00:0A0C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to configure per-machine EXE package.
    [0C00:0A0C][2015-02-10T11:50:36]i319: Applied execute package: NetFx45Web, result: 0x800713ec, restart: None
    [0C00:0A0C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to execute EXE package.
    [0CEC:0C1C][2015-02-10T11:50:36]i351: Removing cached package: NetFx45Web, from path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\
    [0CEC:0C1C][2015-02-10T11:50:36]i330: Removed bundle dependency provider: {1ca30da3-9557-44ec-bdf2-e0887854efd9}
    [0CEC:0C1C][2015-02-10T11:50:36]i352: Removing cached bundle: {1ca30da3-9557-44ec-bdf2-e0887854efd9}, from path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\
    [0C00:0A0C][2015-02-10T11:50:37]i399: Apply complete, result: 0x800713ec, restart: None, ba requested restart:  No

    Try deleting the downloaded ,exe file and re-downloading and re-installing it.  If you have an AV running, try disabling it just for the installation; it may be preventing some parts from installing properly.
    If that isn't what you need, please ask your specific question; posting the error log may help a tech, but is not very useful to us regular customers.

  • INTEGRATION_DIRECTORY_HMI rfc returning error 403

    Dear Experts,
    I have installed SAP Netweaver 7.4 PI server on windows and MS sql 2012.
    i have below issues which i could not get proper solution
    1)RFC INTEGRATION_DIRECTORY_HMI returning error as 403: forbidden . This RFC is pointing to /dir/CacheRefresh
    2)while creating demo scenarios in Advance adapter engine the file location is showing "/", i tried putting some different directory but getting error as "directory does not exist" so can you tell me which is a default directory for same and in which parameter we can change it.
    3)In advance adapter engine some of components are not working and showing in red. what to do in that case
    4) I am using Java 6 for opening ESB but it is taking long time and second time it is not opening without restart.
    Warm Regards,
    Sumit

    Hi Sumit,
    Please see the below link. Seems to be the same issue.
    INTEGRATION_DIRECTORY_HMI 403 Forbidden
    Regards,
    Jannus Botha

  • Point Grey Gazelle Cameralink with NI-1429 Integration Question

    Has anyone used a Gazelle GZL-CL-41C6M camera with an NI-1429 grabber?  I find that some camera serial commands work and some don't.  I need to change the integration time using the eraw command and it just does not work.  I also tried to update the firmware, but the updater utility can't find the cameralink serial port.  I can grab images in free-running mode, but I really need to increase the integration time programmatically.  I hate to change to a Matrox frame-grabber since our image processing software is geared towards NI hardware.  Help!

    Testing in IMAQ:  I am able to see the camera in Automation Explorer, attach the camera file, create an iid file and acquire images.  In IMAQ I can free run the camera or go into bulb trigger mode.  If I enable "Additional Commands", then everything stops working.  So free-running works and bulb-mode works, but I can't change the integration time in free running mode or gain.
    Using our own software:  My main problem is that when I use our own software to acquire images and talk to the camera lots of commands work, but many do not.  There are many status commands that are not in the camera file that work (temperature, voltage, firmware version etc.).  Commands that change the integration time or clock frequency read back that they are changed, but the images stay the same.  I don't understand why a command has to be in the camera file when we are just sending serial strings to the camera over the cameralink port.
    Point Grey says they do not supply any software with this camera and want me to contact NI.  They have never used an NI grabber with this camera, but we always use NI hardware and there are camera files and a compatibility report for the camera (GZL-CL-41C6M) so I think all the commands in the manual ought to work.  Also I cannot update the firmware because the Point Grey updater program cannot find the cameralink serial port.
    I tried using the Camera File Generator to add extra commands, but they don't work.  Either the acquisition fails with "FIFO overflow caused acquisition to halt" or I get a message like: "serial termination string not found" etc.
    Sorry this is so convoluted and any advice is appreciated.

  • ERROR: floating-point constants should not appear

    ERROR: floating-point constants should not appear
    Error preverifying class KGUI.KLabel
    com.sun.kvem.ktools.ExecutionException: Preverifier returned 1
    Build failed
    I get this error after adding this code to my application:
         private int C=0;
         private float D=0.0f;
         private int H=0;
         private float store=0.0f;
         private int pos=0;
         private int SH=0;
    ..................some code.....................
         H=1+ROWS*(f1.getHeight());
         if(H/kawalki.length>0){
              C=H/kawalki.length;
              D=kawalki.length/(H%kawalki.length);
              SH=C;
              if(D>=0.5f)
                   SH++;
         }else{
              SH=1;
              D=kawalki.length/(H%kawalki.length);
    .................some code..............
    protected void keyPressed(int keyCode){
    int game=getGameAction(keyCode);
    switch(game){
    case UP:
    if (line>0){
    line--;
                   pos-=C;
                   store-=D;
                   if(store<0.0f){
                        pos--;
                        store=1.0f+store;
    repaint();
    break;
    case DOWN:
    if(line+ROWS<kawalki.length){
                   line++;
                   pos+=C;
                   store+=D;
                   if(store>=1.0f){
                        pos++;
                        store--;
    repaint();
    break;
    Can anybody help me quick?

    If the platform is CLDC 1.1 you can have floats. Run preverify to see the options. The cldc1.1 preverifier seems to have options to allow rejecting floats/doubles but the default seems to be to allow them.
    Usage: preverify [options] classnames|dirnames ...
    where options include:
    -classpath <directories separated by ';'>
    Directories in which to look for classes
    -d <directory> Directory in which output is written (default is ./output/)
    -cldc1.0 Checks for existence of language features prohibited
    by CLDC 1.0 (native methods, floating point and finalizers)
    -nofinalize No finalizers allowed
    -nonative No native methods allowed
    -nofp No floating point operations allowed
    @<filename> Read command line arguments from a text file
    Command line arguments must all be on a single line
    Directory names must be enclosed in double quotes (")

  • "Network transition in LDAPv3 plugin returned error -14279"

    Came in this morning an booted up, and it took forever, and hung like it dows 25% of the time, and dows not show network home user login accounts.
    Rebooted, same thing, usually this solves it.
    Looked at DirectoryServices.error.log on my machine (client) and this morning there was the flowing, multiple times
    "2007-07-17 08:23:23 PDT - Attempt #1 to initialize plug-in LDAPv3 failed.
    Will retry initialization at most 100 times every 1 second.
    2007-07-17 08:23:23 PDT - Network transition in LDAPv3 plugin returned error -14279
    2007-07-17 08:25:03 PDT - 100 attempts to initialize plug-in LDAPv3 failed.
    Setting plug-in state to inactive."
    Any thoughts what I am looking at?
    Opening Directory Access.app, LDAPv3 was unchecked, when it usually is. I checked it and hit configure and I get an error:
    Directory Services API
    Fialed to opne LDAPv3 node. <OK>
    I hit OK a few times, it ione the configuration window, with nothing in it, I click on NEW and ger the same above error message, and it bings me back to the configuration window. I cannot add back the binding to the server.
    Thoughts?
    Mac Pro 10.4.7, bound to Server 10.4.7
    Repaired permsissions on the client.
    Any help on a place to start would be great.
    Thanks
    Spinner
    Mac Pro 2.66 Ghz   Mac OS X (10.4.7)  

    So I dumped the DSLDAPv3PlugInConfig.plist, rebooted, and all worked as normal.
    Must have been a corrupt plist file.
    Spinner

  • BRCONNECT returned error status E

    Below is my Developmwnt platform
    Windows NT
    Oracle 8.1.7
    SAP R/3 4.6C
    When I am trying to run Check DB..I am getting the following error.Please help me to resolve this.
    Job started                                                                  
    Step 001 started (program RSDBAJOB, variant &0000000000009, user name BASIS) 
    Execute logical command BRCONNECT On host alstdev                            
    Parameters: -u / -c -f check                                                 
    BR801I BRCONNECT 6.10 (76)                                                   
    BR805I Start of BRCONNECT processing: cdxiuimv.chk 2008-02-26 18.50.45       
    BR280I Time stamp 2008-02-26 18.50.47                                        
    BR301E SQL error -12540 at location db_connect-2                             
    ORA-12540: TNS:internal limit restriction exceeded                           
    BR310E Connect to database instance ALD failed                               
    BR280I Time stamp 2008-02-26 18.50.47                                        
    BR301E SQL error -12540 at location thr_db_connect-4                         
    ORA-12540: TNS:internal limit restriction exceeded                           
    BR310E Connect to database instance ALD failed                               
    BR806I End of BRCONNECT processing: cdxiuimv.chk 2008-02-26 18.50.47         
    BR280I Time stamp 2008-02-26 18.50.47                                        
    BR804I BRCONNECT terminated with errors                                      
    External program terminated with exit code 3                                 
    BRCONNECT returned error status E                                            
    Job finished                                          
    Regds,
    Mofizur

    Hello Satadal,
    The error is due to Oracle the reasons could be:
    1. Number of open connection that Oracle Net can process simultaneously
    2. Number of memory buffers which can be used simultaneously
    3.Number of processes a particular database instance is allowed
    In case of 1 and 2 its a harware bottle neck
    In case of the 3rd point the number of process that the OraTNSlistener can listen to can be increased in the Initsid.ora file (but since this is for SAP i would suggest init<DBSID>.ora file.
    But either ways check the logs files sqlnet.log or listener.log
    for details of the error.
    In most cases waiting for the open connections to close and then trying BRCONNECT should do it.
    Regards,
    Prashant

  • Error in Points history regarding an in store game preorder. Need assistance getting it resolved.

    I preordered Watch Dogs for the Xbox One several months ago, and payed $59.99 when I did so. I went to pick up the game today and was told I was paying off the remaining balance due(being the tax). On their screen they saw the remaining balance due, on the credit card swipe panel I saw the full ammount of $65.24, I asked if it was going to be a problem, and I was assured it wouldn't be, so I hit accept.
    Upon printing out the reciept the CSR realised she was in error, and I was charged a full $65.24 for the game preorder even though I had previously payed off $59.99 of the price when I preordered. So she did an adjustment and gave me $59.53 in cash back.
    Aside from the fact that it seems I was charged $0.46 extra( I'm not going to gripe about that) this has created another problem. On my Best Buy account's purchase history it shows the game for $65.24 with a total points earned of 118(not counting my Elite Plus adjustment which factors in when the points get posted), but it also shows a 2nd listing for the Watch Dogs game for ($59.53) with a total points earned of -108(as if the game had been returned and these points will hence be deducted)
    Thats is a problem, as I did not return the game, the problem is I was charged an additional $59.99 when trying to pay off the remaining balance, and when that was corrected, the system now seems to be trying to remove the points for the purchase that I should be getting. I would greatly appreciate someone looking into this, if additional information is needed I will provide it.
    The email for my best buy account is the same as the one used for my forums account here.

    Hi Veroku_Chan,
    It definitely sounds like something was not quite lining up when you went to pickup your copy of Watch Dogs.  If you had already paid the full $59.99 when you originally pre-ordered the game, then the register should not have charged you $59.99 again.  I am glad the cashier was able to get everything straightened out; however, I can understand how that experience may have been frustrating for you, especially if it could effect your My Best Buy™ points.
    After looking over your My Best Buy™ account, it appears that both the second purchase and return are currently pending.  As far as points, they will basically cancel each other out.  I would be more than happy to make sure your account is up-to-date and that you are awarded the correct amount of points, but I would need to wait until both transactions have officially post, which can take about 20 days.
    While we wait for those transactions to post, I am going to send you a private message so that I can gather a bit more information from you about the original pre-order.  To check your private messages, you would want to login to the forum and click on the yellow envelope icon located at the top of the page.
    Thank you for posting to the forum!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

Maybe you are looking for

  • Request in a SessionBean

    Hello all !!! I am developing an application with File Upload, using the Java Creator ONE based in servelet.com. In the example below, the archive is moved successfully, but I would like to have the name of the archive in a SessionBean for use in ano

  • I cannot delete music from my iPhone through iTunes software on my Windows 7 computer. Why is that so?

    Can you please help me out? When I bring up all my songs on my iPhone onto iTunes software, the songs are all greyed out. It does not give me the option to delete them. What do I do?

  • Inheritance Modelling Design

    Hi, there. I'm a newbie here. I've just finished installing my Oracle Designer and now I've got a trouble in Designing Inheritance Object. I still don't know yet how to design an inheritance object using Oracle Designer. I'd tried using a Reverse Eng

  • ISight with Google Talk... HELP!!!

    I'm using a macbook with OSX 10.5.8. I've been trying to use the isight on google talk butit just des not seem to want to work. I've gone into the settings at google and it asks if I can see myself in the video box... the answer is no!! I really don'

  • Bizzare error - datasource and getdate not returning correct day of week

    Hi, This is on CFMX 7.0.2,142559. I have a data source pointing to a MS SQL server. There is a simple query that access a date off the database and extract the values of: -. Current timestamp -. Day of week -. First day of week The query has been run