Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7657411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:01:40+00:00 2026-05-31T13:01:40+00:00

I am using a frame grabber inspecta-5 with 1GB memory, also a high speed

  • 0

I am using a frame grabber inspecta-5 with 1GB memory, also a high speed camera “EoSens Extended Mode, 640X480 1869fps, 10X8 taps”. I am new to coding for grabbers and also to controlling the camera. the Inspecta-5 grabber, gives me different options, like changing the requested number of frames from the camrea to grabber and also from grabber to main memory. also I can use camrea links to send signal to camera and have different exposure times.
but Im not really sure what should I use to obtain 1000 frame per second rate, and how can I test it?
according to the software manual if I set the following options in the camera profile :
ReqFrame=1000
GReqFrame=1000
it means transfer 1000 frames from the camera to grabber and also transfer 1000 frame from grabber to Main memory, respectively.
but does it mean that I have 1000fps?

what would be the option for setting the fps to 1000 ? and also how can I test it that I really grabbed 1000 frames in One Second????

here is a link to the grabber software manual : mikrotron.de/index.php?de_downloadfiles you can find the software manual under the “Inspecta Level1 API for WinNT/2000/XP” section. the file name is “i5-level1-sw_manual_e.pdf” , just in case if anybody needs it.

THANK YOU

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:01:42+00:00Added an answer on May 31, 2026 at 1:01 pm

    At 1,000fps you don’t have much time to snap a frame or even save a frame. Use the following example and plug in your estimated FPS, capture and save latencies. At 1,000fps, you can have a total of about .8ms latency (and why not .99999? I don’t know – something to do with unattainable theoretical max or my old PC).

    public static void main(String args[]) throws Exception {
    
        int fps = 1000;
        float simulationCaptureNowMS = .40f;
        float simulationSaveNowNowMS = .40f;
    
        final long simulationCaptureNowNS = (long)(simulationCaptureNowMS * 1000000.0f);
        final long simulationSaveNowNowNS = (long)(simulationSaveNowNowMS * 1000000.0f);
        final long windowNS = (1000*1000000)/fps;
        final long movieDurationSEC = 2;
        long dropDeadTimeMS = System.currentTimeMillis() + (1000* movieDurationSEC);
            while(System.currentTimeMillis() < dropDeadTimeMS){
                long startNS = System.nanoTime(); 
                actionSimulator(simulationCaptureNowNS);
                actionSimulator(simulationSaveNowNowNS);
                long endNS = System.nanoTime();
                long sleepNS = windowNS-(endNS-startNS);
                if (sleepNS<0) {
                    System.out.println("Data loss. Try again.");
                    System.exit(0);
                }
                actionSimulator(sleepNS);
            }
            System.out.println("No data loss at "+fps+"fps with interframe latency of "+(simulationCaptureNowMS+simulationSaveNowNowMS)+"ms");
    }            
    
    private static void actionSimulator(long ns) throws Exception {
        long d = System.nanoTime()+ns;
        while(System.nanoTime()<d) Thread.yield();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using a frame grabber class in order to capture and process each frame
I've been trying to code a framegrabber for a firewire camera, using libdc1394. The
i am using compact frame work for my windows mobile application in which i
Is there a way to break out of a frame using PHP? I have
I'm trying to make a decision tree using rpart using a data frame that
I'm using the following method to display a frame: public static void createImage(final String
(WindowClosing) when i am using window event for closing current frame, in that it
i'm using pdf2swf but i can't import external swf frame per frame in scrollpane
I have a data.frame (which I melted using the melt function), from which I
I tried to place a photo frame (image) on a picture using code <Canvas>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.