Adaptive Data Recording Method for Vehicle Image Storage

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The FAT file system in storage media is prone to cluster chain damage and cross-connected failures due to frequent file creation and deletion operations, which can lead to data loss and operational inefficiencies.

Innovation Solution

An adaptive data recording method that minimizes cluster chain damage by sequentially connecting cluster addresses, terminating and reusing cluster chains, and adjusting file sizes to optimize storage capacity usage, especially in vehicle image recording devices.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If frequent file creation and deletion operations are performed in FAT file system, then storage capacity usage is improved, but cluster chain damage and cross-connected failures increase

Engineering Contradiction:
Improvestorage capacity usageVSAvoidcluster chain integrity
Core Design Contradiction:
Quantity of substanceVSReliability

Solution Approach 1:

The patent applies preliminary action by pre-configuring a fixed-size cluster chain structure before file creation. Instead of dynamically allocating cluster chains on-demand, the system pre-establishes a predetermined number of cluster addresses in sequence, which are then reused for subsequent files. This prevents fragmented and broken cluster chains while maintaining efficient storage capacity usage through systematic reuse of pre-configured cluster structures.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If cluster chains are frequently created and deleted, then data recording flexibility is improved, but operational complexity and failure risk increase

Engineering Contradiction:
Improvedata recording flexibilityVSAvoidcluster chain management complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent applies parameter changes by transforming the dynamic cluster chain allocation mechanism into a fixed-parameter system. The system changes the parameter of cluster chain configuration from variable/dynamic to fixed/pre-determined. A predetermined number of cluster addresses are configured in advance, and this fixed structure is reused for multiple files, thereby reducing management complexity while maintaining recording flexibility through parameter reuse rather than parameter creation.

Inventive Principle:
Principle #35Parameter changes

3Adaptability or versatility

If traditional FAT file system is used for continuous recording, then compatibility is maintained, but data loss risk increases due to cluster chain damage

Engineering Contradiction:
Improvecontroller compatibilityVSAvoiddata loss prevention
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent applies segmentation by dividing the storage medium into predetermined fixed-size cluster chains rather than allowing dynamic cluster chain formation. The storage space is segmented into a predetermined number of cluster addresses that are configured in advance and reused systematically. This segmentation approach maintains compatibility with standard FAT file system controllers while preventing data loss by eliminating the dynamic allocation processes that cause cluster chain damage and cross-connected failures.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10922270B2Adaptive data recording method in vehicle image recording device
Publication Date: 2021.02.16 PITTASOFT
  • US10922270B2 patent drawing
  • US10922270B2 patent drawing
  • US10922270B2 patent drawing

AI summary

Provided is an adaptive data recording method of recording data in a storage medium using a file allocation table (FAT) file system by a data recording device, the method includes: receiving the data; creating at least one file in which the data is recorded, configuring a cluster chain by sequentially connecting cluster addresses according to an FAT of the storage medium, and recording the data at a actual position of each cluster address; when a file termination interrupt occurs, terminating the file by terminating the cluster chain of the file under data recording, creating a new file, configuring a new cluster chain, and continuously recording the data; and if a residual capacity of the storage medium is less than a predetermined spare capacity when creating a new file, selecting at least one file which is terminated after previous data recording, and continuously recording the data reusing the cluster chain of the selected file.