element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Is a Model A Raspberry Pi powerful enough to record video?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 4 replies
  • Subscribers 681 subscribers
  • Views 467 views
  • Users 0 members are here
  • frontpage
  • raspberry_pi
Related

Is a Model A Raspberry Pi powerful enough to record video?

mickburkesnr
mickburkesnr over 10 years ago

Hi,

 

I'm looking at building a "dashcam" for my car that my girlfriend uses so that she feels safer when driving it. I've come up with the ideas of where to mount it, how it'd work etc. The first issue I've come across is what Raspberry Pi should I use? It's all too easy to want to buy the biggest and best (and I am tempted with the new Pi 2!) but as it's only going to do one job I would like to use the Model A.

 

I note however it has 256MB RAM, but I've no idea how the Pi Camera Board would impact on this. It won't be recording HD video, the quality will want to be standard definition, and it will save the video to a 32GB SD Card (or whatever I have lying about for the moment). The Linux OS I will strip down and make it lightweight as it's only ever going to record files. There will be no need for a GUI or anything like that.

 

I think the Model A will be fine, but I'd like a second opinion.

 

Thanks!

  • Sign in to reply
  • Cancel
Parents
  • clem57
    0 clem57 over 10 years ago

    If you are going to build a small case, Model A would be logical choice. On the other hand, you make add requirements that outstrip the Model A and require more RAM before processor. Power wise the A is best choice. Had you considered a USB drive instead of SD card? The SD card is very slow and video will be streaming from the camera even at standard quality that is a lot of bits and bytes. A notebook drive or USB stick for low power would be a better design choice IMHO.

    Good luck and let us know how the project goes.

    Clem

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • mickburkesnr
    0 mickburkesnr over 10 years ago in reply to clem57

    Hi Clem,

     

    Ultimately I thought about, in the future, having something like a "Black Box", so maybe in that respect future uses would require more RAM and CPU power. In terms of a case, I wasn't actually going to do that, I was going to integrate it with the car, so space isn't much of an issue.

     

    I didn't know the SD card was slower to write to, I assumed it would be quick. I'm fairly sure I have a netbook hard drive around somewhere that I could use instead.

     

    I guess I'll be going with the new Pi 2 then! Thanks for the advice.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago in reply to mickburkesnr

    Glad I can help you clarify the design. Please help me by marking my answer as correct. I am sure the community here will help with your project.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rew
    0 rew over 10 years ago in reply to mickburkesnr

    The CPU in the A or B is exactly the same. So "powerful" is the same.

     

    The real issue is if there is enough RAM for the GPU to work on compressing the video.

     

    Microcontrollers that "sit in a corner" and do one little thing, can do so normally with a few kb of RAM. Arduino class devices with 2k RAM are everywhere. Bigger microcontrollers have numbers like "200k" (STM32F405 for example). And you are thinking that 256Mb may be too little when it needs to do a thing or two extra?

     

    Personally I would suggest:
    * Get a slightly bigger card. Save video in "full HD".

    * If you don't need USB connectivity, go for the model A. If you expect more than one USB device, go bigger (model B, pi 2).

     

    I wouldn't worry about the speed of the SD card. It is fast enough to store full-HD video.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • rew
    0 rew over 10 years ago in reply to mickburkesnr

    The CPU in the A or B is exactly the same. So "powerful" is the same.

     

    The real issue is if there is enough RAM for the GPU to work on compressing the video.

     

    Microcontrollers that "sit in a corner" and do one little thing, can do so normally with a few kb of RAM. Arduino class devices with 2k RAM are everywhere. Bigger microcontrollers have numbers like "200k" (STM32F405 for example). And you are thinking that 256Mb may be too little when it needs to do a thing or two extra?

     

    Personally I would suggest:
    * Get a slightly bigger card. Save video in "full HD".

    * If you don't need USB connectivity, go for the model A. If you expect more than one USB device, go bigger (model B, pi 2).

     

    I wouldn't worry about the speed of the SD card. It is fast enough to store full-HD video.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube