Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Camera Output Processing Platform Suggestions

Status
Not open for further replies.

arico3

Newbie level 4
Joined
Aug 21, 2014
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
33
Hello Everyone!!

We are working on an application that requires the continuous monitoring of camera output.
The Device will be a standalone device, thus the requirement of an embedded platform.

I am attaching a link of a sample video which we need to process.

Please suggest what kind of platform will be best suited for it.

 
Last edited:

Do you want to track the motion in real time ? Or process them ? Or Extract specific data from the video or frame ? There are several platforms available and it depends on the requirement and its complexity.

Below are some of the techniques available:
1. Interfacing the Analog Camera with FPGA Board for Real-time Video Acquisition.
http://www.mecs-press.org/ijigsp/ijigsp-v6-n4/IJIGSP-V6-N4-4.pdf

2. Embedded Real Time Video Monitoring System using Arm.
http://www.iosrjen.org/Papers/vol3_issue7%20%28part-6%29/C03761418.pdf

3. Beaglebone: Video Capture and Image Processing on Embedded Linux using OpenCV.
http://derekmolloy.ie/beaglebone/beaglebone-video-capture-and-image-processing-on-embedded-linux-using-opencv/
 
  • Like
Reactions: arico3

    arico3

    Points: 2
    Helpful Answer Positive Rating
Thanks for your reply and suggestions.

The video shows a powder kept in a tube that liquefies due to its internal reactions over a period of time.

We wanted to analyze this change in state of the powder.

The processor should be able to capture and analyze the images (video stream), during the reaction period, for the change in state taking place.
 

I got the logic behind it. I referred to this particular document to get some basics:
**broken link removed**

I hope this is what you mean in general. So you want to track the changes in the video frames to analyze the change in the state of the powder.
 
  • Like
Reactions: arico3

    arico3

    Points: 2
    Helpful Answer Positive Rating
Thanks a ton for your kind reply. This is similar to what we wanted to work on.

However I require your suggestions on how to implement the same on a stand-alone embedded system, bypassing the use of a computer

Thanks
 

I am glad that it helped you. To bypass the computer and implement it on FPGA alone, then you will need to have a data flow or flow chart made by yourself on how to implement it. It means, you have to apply several algorithms for image processing in FPGA using VHDL or Verilog. Also you need to know what kind of Camera will be interfaced to FPGA, using USB or CameraLink interface.

So if you make a plan for this then it will be easy for you to analyse and I am not an expert but a beginner with less experience in this domain.
 

But we are planning to implement it on an embedded linux based platform.
Any suggestions regarding it?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top