# Jacksonville Flock and Wing Camera Location Export
`Flock Camera Location Data.pdf` is a three-page tenant export with fields for organization identifier, device name, network name, device type, latitude, longitude, and an intermittently populated `Cases` column. Parsing each organization-ID-delimited row yields 126 records; the device-type field separates 117 cameras from nine compute boxes.
## Row accounting
| Produced device type | Rows | Map treatment |
|---|---:|---|
| `LPR Camera` | 14 | Camera record |
| `Video Integration` | 101 | Camera/integration record |
| `Video Camera` | 2 | Camera record |
| `Compute Box` | 9 | Infrastructure row, not counted as a camera |
The 117 camera rows resolve to **102 distinct exact coordinate strings**. Two exact coordinate strings are shared by multiple integrated-camera rows: nine Police Department streams use `34.88085291, -92.12691228`, and eight Wilson/Union and Gina/James streams use `34.86905065, -92.12439869`. Those are preserved as separate camera records because the source assigns separate names.
## Fourteen LPR cameras
| ID and produced location | Direction | Exact coordinate | Page |
|---|---|---|---:|
| F#001 S Redmond Rd @ Pinewood Ct | EB | `34.86034171, -92.12806341` | 1 |
| F#002 S Redmond Rd @ 167 | WB | `34.86185723, -92.13046338` | 1 |
| F#003 Military Rd @ Murrell Taylor Dr | WB | `34.85211596, -92.08932827` | 1 |
| F#004 N 1st St @ Jamison Dr | SB | `34.9078847, -92.09836229` | 1 |
| F#005 Graham Rd @ Wayne St | WB | `34.86676668, -92.07994931` | 1 |
| F#006 161 @ Wooten Rd | NB | `34.82407518, -92.14936044` | 1 |
| F#007 E Main St @ Oak St | NB | `34.86494369, -92.10920879` | 1 |
| F#008 John Harden Dr @ Vandenberg Blvd | SB | `34.88696526, -92.10810305` | 1 |
| F#009 Oneida St @ Merganzer Dr | NB | `34.85954917, -92.16944412` | 3 |
| F#010 General Samuels Rd @ Madison Ave | EB | `34.87908253, -92.1743271` | 3 |
| F#011 TP White Dr @ S 2nd St | SB | `34.9388895, -92.07604579` | 3 |
| F#012 Graham Rd @ Pulaski Dr | EB | `34.86688335, -92.10401212` | 3 |
| F#013 Madden Rd @ Linda Ln | EB | `34.88887666, -92.10428497` | 3 |
| F#014 John Harden Dr @ Coffelt Rd | SB | `34.92389812, -92.082062` | 3 |
Each value above is a direct field from the corresponding `LPR Camera` row (`Flock Camera Location Data.pdf`, pp. 1, 3). The complete machine-checked camera register, including every integrated-video row, is [[Arkansas Camera Map Data]].
## Wing-integrated and video-camera rows
The 101 `Video Integration` rows consist of 84 rows under `Jacksonville AR PD (Wing)` and 17 under `Jacksonville AR PD - (PD Wing)`. Produced names cover intersections, parks, Jacksonville Plaza, Animal Services, Parks and Recreation, and interior/exterior Police Department streams (`Flock Camera Location Data.pdf`, pp. 1-3).
The two `Video Camera` rows are:
- `PTZ#001 Marshall Smith Playground` at `34.85898511, -92.12741951` (p. 3).
- `PTZ#002 W Main St @ School Dr` at `34.86731684, -92.12718657` (p. 3).
The export identifies these records inside Flock's tenant and network structure. It does not identify the underlying make or ownership of each third-party `Video Integration`, prove that every stream was healthy at export time, define the `Cases` values, or supply installation and last-verification dates.
## Cross-references
- [[jacksonville-pd/2026-07-27-first-production/_overview|Jacksonville Police Department First Production]]
- [[Jacksonville Flock Wing Order and Motorola-Vigilant Acknowledgements]]
- [[Jacksonville ARDOT Permit 1916 and SP-06-2026-0005]]
## Open questions / follow-ups
- Native CSV/XLSX/GIS/platform export with the complete field set, schema, generation timestamp, operational status, ownership/operator category, integration method, and lifecycle dates.
- Whether any additional Jacksonville Safe registrations exist outside the Flock-connected rows in this export.
- The meaning and record linkage of the produced `Cases` column.
- Installation, validation, relocation, deactivation, removal, and last-verification records for each device/site.