<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>low-cost infrastructure monitoring solutions &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/low-cost-infrastructure-monitoring-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 23:49:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>low-cost infrastructure monitoring solutions &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>A $1,000 Camera System Catches Dams Failing Before They Collapse</title>
		<link>https://scienmag.com/a-1000-camera-system-catches-dams-failing-before-they-collapse/</link>
		
		<dc:creator><![CDATA[Violet Maxwell]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 23:49:25 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[affordable dam surveillance technology]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[computer vision-based dam safety]]></category>
		<category><![CDATA[dam breach]]></category>
		<category><![CDATA[Dam failure monitoring system]]></category>
		<category><![CDATA[displacement monitoring]]></category>
		<category><![CDATA[early warning]]></category>
		<category><![CDATA[early warning systems for dam breaches]]></category>
		<category><![CDATA[earth dam]]></category>
		<category><![CDATA[environmental monitoring using computer vision]]></category>
		<category><![CDATA[high-resolution camera for dam inspection]]></category>
		<category><![CDATA[Hilbert-Huang Transform]]></category>
		<category><![CDATA[in-field dam failure detection methods]]></category>
		<category><![CDATA[landslide dam]]></category>
		<category><![CDATA[low-cost infrastructure monitoring solutions]]></category>
		<category><![CDATA[open-source vision algorithms for civil engineering]]></category>
		<category><![CDATA[OpenCV]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Raspberry Pi dam monitoring]]></category>
		<category><![CDATA[remote dam monitoring with DIY technology]]></category>
		<category><![CDATA[structural health monitoring of earthen dams]]></category>
		<category><![CDATA[structural monitoring]]></category>
		<category><![CDATA[time-frequency analysis]]></category>
		<category><![CDATA[vibration monitoring]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211338</guid>

					<description><![CDATA[Researchers in Taiwan developed a low-cost Raspberry Pi camera system that tracks dam displacement and vibration to deliver early-warning signals before a breach.]]></description>
										<content:encoded><![CDATA[<p>When an earthen dam begins to fail, every second counts for the communities downstream. Yet the instruments engineers traditionally rely on to catch the warning signs—GPS units, LiDAR scanners, extensometers, and seismometers—are often expensive, cumbersome, and dangerously difficult to install on the very slopes that are about to give way. A new study published in Environmental Earth Sciences proposes a radically simpler alternative: a computer vision system built around a Raspberry Pi and a high-quality camera that watches a simple checkerboard pattern, tracking both the slow creep of the dam crest and the high-frequency vibrations that herald catastrophic failure. In a full-scale field test in Taiwan, the system recorded the entire life of a dam breach, from the first centimeters of settlement to the moment the monitoring target itself collapsed into the torrent.</p>
<p>The instrument, which the researchers call a computer vision-based measurement monitoring (CVMM) system, works on a principle reminiscent of a surveyor&#8217;s theodolite. A 20-centimeter chessboard target is fixed to the point of interest on the dam crest, while the camera sits at a stable vantage point on the opposite riverbank. OpenCV algorithms running in Python detect the corners of the chessboard in each frame, calibrate for lens distortion, and convert pixel shifts into real-world displacement using the mathematics of planar homography and camera projection matrices. Because the true size of the chessboard is known, the system can even estimate the distance between the camera and the target from how large the board appears in the image, recovering motion along the depth axis as well as horizontally and vertically.</p>
<p>Accuracy was established through careful laboratory characterization. On a three-axis manual stage, the static standard deviation of the measurements was just 0.058, 0.042, and 0.067 pixels in the X, Y, and Z axes respectively, across more than 2,500 data points per axis. When the chessboard was moved by exactly one centimeter, the system reproduced the motion with an accuracy of 0.01 centimeters, where a single pixel corresponded to roughly 0.16 centimeters at the test distance. Long-range trials at 15, 20, 35, and 50 meters showed average standard deviations of 0.01 to 0.02 centimeters up to 35 meters, degrading to 0.06 centimeters beyond 50 meters, which led the team to recommend installation distances under 35 meters for their industrial lens with 10x optical zoom.</p>
<p>Crucially, the system does more than track displacement. Running at 100 frames per second—nearly the maximum 120 frames per second supported by the camera module—the CVMM captures vibrational motion that conventional time-lapse photography would average away. Displacement time series can be differentiated to yield velocity, and then decomposed spectrally. The researchers applied the Fast Fourier Transform to isolate dominant frequencies, the Short-Time Fourier Transform to see how those frequencies evolve in time, and finally the Hilbert-Huang Transform, a technique designed for nonlinear, non-stationary signals that breaks the record down into intrinsic mode functions and computes instantaneous frequency and energy for each one.</p>
<p>To validate the vibration measurements, the team mounted a chessboard alongside a commercial Raspberry Shake 4D seismograph on a QUANSER shake table and drove the table through a series of controlled oscillations at constant 1-centimeter amplitude but varying accelerations, from 0.8 to 200 gal. The image acquisition frame rate achieved 98.76 percent of its 100-frames-per-second target, and image recognition succeeded 99.70 percent of the time. After a median filter smoothed out spike noise, spectral analysis showed that the primary frequencies detected by the CVMM aligned closely both with the shake table&#8217;s input settings and with the independent seismograph record. The maximum amplitude error was 0.13 centimeters, with an average of 0.09 centimeters, confirming that a camera tracking a checkerboard can genuinely function as a non-contact vibrometer across a range from 0.1 to 50 Hz.</p>
<p>The decisive test came on the Lantao river in Nantou County, Taiwan, where the researchers built an artificial earth dam 27.8 meters wide and 3.0 meters high from a mix of boulders, gravel, and sand typical of landslide-formed debris dams. The chessboard was planted on the dam crest near a pre-cut breaching channel, and the CVMM instrument was set up 35.32 meters away on the right riverbank, a distance verified with a theodolite. Water was then fed into the reservoir until it overtopped the crest and carved the dam apart. Over 1,249 seconds of monitoring, the target slid 14.64 centimeters horizontally toward the developing breach and settled 26.77 centimeters vertically before it finally collapsed with the failing dam.</p>
<p>The time-frequency analysis of this field data revealed a striking pattern. As the breach developed between 15:16 and 15:20, vibration energy surged across three distinct frequency bands: a high-frequency band from 20 to 50 Hz, a medium band from 10 to 20 Hz, and a low band below 10 Hz. Following established findings that high-frequency ground vibrations arise from small particles like sand and gravel colliding while low frequencies reflect the movement of larger rocks, the team concluded that the dominant energy came from the washing out and collision of finer sediments as overflow eroded the crest. The vertical axis carried more energy than the horizontal—maximum instantaneous energies of 2,500, 350, and 50 square centimeters per second squared in the high, medium, and low bands of the Y axis, compared with 1,800, 200, and 30 on the X axis—consistent with settlement being the more violent process.</p>
<p>Most importantly for disaster response, the Hilbert spectra showed a sharp rise in instantaneous energy beginning around 15:16, roughly two minutes before the overflow at 15:18 and the full breach at 15:20. Because the first intrinsic mode function carried over 84 percent of the total energy, the researchers proposed an early-warning threshold of 1,000 square centimeters per second squared in that high-frequency band, a level that was exceeded more than 36 times during the initial breach phase. Combined with a simpler displacement indicator—settlement exceeding 5 centimeters at the moment of overtopping—these thresholds could give downstream communities precious minutes of advance notice. LiDAR scans taken before and after the test independently confirmed the elevation changes the camera system had tracked in real time.</p>
<p>The economics are equally compelling. The entire CVMM instrument costs roughly 1,000 to 2,000 US dollars depending on configuration, about one-fifth the price of conventional monitoring packages such as total stations, GNSS receivers, or LiDAR units. If the chessboard target is destroyed in a failure event, replacing it is trivial. The system also delivers three data streams simultaneously—imagery, displacement, and vibration—where each traditional device provides only one, and it requires no physical contact with a structure that may be on the verge of collapse, addressing a fundamental weakness of contact sensors like the Raspberry Shake, which cannot safely be deployed on a failing slope.</p>
<p>The authors are candid about the limitations. The energy threshold was derived from a single field test on one soil type and will need validation across different dam materials. Computer vision remains vulnerable to heavy rain, poor night lighting, atmospheric turbulence, and camera shake, although previous work by the same group using a weatherproof enclosure and a solar-powered LED chessboard achieved 24-hour monitoring with errors near 0.1 centimeter at 50 meters. No Raspberry Shake was deployed on the dam crest itself for direct comparison during the breach, and coupling the vibrational signatures to pore pressure changes and internal failure mechanisms will require additional instruments such as piezometers. Even so, the demonstration stands as a proof of concept that a modest camera, a printed checkerboard, and clever signal processing can transform dam safety monitoring—turning an ordinary machine vision pipeline into an early-warning sentinel for one of the deadliest failure modes in mountainous terrain.</p>
<p><strong>Subject of Research:</strong> Computer vision-based monitoring of dam breach displacement and vibration for early warning</p>
<p><strong>Article Title:</strong> Computer vision-based system of vibration monitoring for early-warning signals in dam breach</p>
<p><strong>Article References:</strong> Chen, I.-H., Chen, S.-C., &amp; Yang, R.-J. (2026). Computer vision-based system of vibration monitoring for early-warning signals in dam breach. <em>Environmental Earth Sciences, 85</em>(15), Article 392. <a href="https://doi.org/10.1007/s12665-026-13117-7" rel="noopener noreferrer">https://doi.org/10.1007/s12665-026-13117-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12665-026-13117-7" rel="noopener noreferrer">10.1007/s12665-026-13117-7</a></p>
<p><strong>Keywords:</strong> computer vision, dam breach, vibration monitoring, displacement monitoring, Hilbert-Huang Transform, OpenCV, Raspberry Pi, early warning, time-frequency analysis, earth dam, landslide dam, structural monitoring</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211338</post-id>	</item>
	</channel>
</rss>
