welcome aboard

Ships of Hagoth is a digital-first literary magazine featuring creative nonfiction and theoretical essays by members of the Church of Jesus Christ of Latter-day Saints. Where other LDS-centric publications often look inward at the LDS tradition, we seek literary works that look outward through the curious, charitable lens of faith.

void applyZoom(cv::Mat &src, cv::Mat &dst, int zoomPercent) double factor = 100.0 / zoomPercent; int cropW = src.cols / factor, cropH = src.rows / factor; int x = (src.cols - cropW)/2, y = (src.rows - cropH)/2; cv::Rect roi(x, y, cropW, cropH); cv::resize(src(roi), dst, src.size(), 0, 0, cv::INTER_LINEAR);

Compatible with OS X 10.4.9 or higher, but functionality is often limited to basic video calling via standard apps (e.g., FaceTime) as the specialized Dynex software is generally not available for Mac . How to Install the Dynex Software Dynex DX-WEB1C 1.3MP Webcam : Electronics - Amazon.com

Full program functionality requires installing the driver package from the original CD or an archive site like the Internet Archive .

Have you managed to get a legacy Dynex cam working on a new PC? Let us know which model you have and what software worked for you in the comments below!

hagoth's updates

Whether you’re an interested writer or reader, subscribe below and we’ll keep you in the loop.

A CALL FOR

SUB
MISS
IONS

We are hoping—for “one must needs hope”—for creative nonfiction, theoretical essays, and craft essays that seek radical new ways to explore and express theological ideas; that are, like Hagoth, “exceedingly curious.”

We favor creative nonfiction that can trace its lineage back to Michel de Montaigne. Whether narrative, analytical, or devotional, these essays lean ruminative, conversational, meandering, impressionistic, and are reluctant to wax didactic. 

As for theoretical essays: we welcome work that playfully and charitably explores the wide world of arts & letters—especially works created from differing religious, non-religious, and even irreligious perspectives—through the peculiar lens of a Latter-day Saint.

We read and publish submissions as quickly as possible, and accept simultaneous submissions. 

Dynex Webcam Program Jun 2026

void applyZoom(cv::Mat &src, cv::Mat &dst, int zoomPercent) double factor = 100.0 / zoomPercent; int cropW = src.cols / factor, cropH = src.rows / factor; int x = (src.cols - cropW)/2, y = (src.rows - cropH)/2; cv::Rect roi(x, y, cropW, cropH); cv::resize(src(roi), dst, src.size(), 0, 0, cv::INTER_LINEAR);

Compatible with OS X 10.4.9 or higher, but functionality is often limited to basic video calling via standard apps (e.g., FaceTime) as the specialized Dynex software is generally not available for Mac . How to Install the Dynex Software Dynex DX-WEB1C 1.3MP Webcam : Electronics - Amazon.com dynex webcam program

Full program functionality requires installing the driver package from the original CD or an archive site like the Internet Archive . Let us know which model you have and

Have you managed to get a legacy Dynex cam working on a new PC? Let us know which model you have and what software worked for you in the comments below! void applyZoom(cv::Mat &src