Files
usda-vision/API Documentations/docs
Alireza Vaezi 551e5dc2e3 feat(video-streaming): Implement video streaming feature with components, hooks, services, and utilities
- Added centralized exports for video streaming components and hooks.
- Implemented `useVideoInfo` hook for fetching and managing video metadata and streaming information.
- Developed `useVideoList` hook for managing video list state, fetching, filtering, and pagination.
- Created `useVideoPlayer` hook for managing video player state and controls.
- Established `videoApiService` for handling API interactions related to video streaming.
- Defined TypeScript types for video streaming feature, including video metadata, API responses, and component props.
- Added utility functions for video operations, formatting, and data processing.
- Created main entry point for the video streaming feature, exporting all public APIs.
2025-08-04 15:02:48 -04:00
..

USDA Vision Camera System - Documentation

This directory contains detailed documentation for the USDA Vision Camera System.

Documentation Files

🚀 API_DOCUMENTATION.md NEW

Complete API reference documentation covering all endpoints, features, and recent enhancements:

  • System status and health monitoring
  • Camera management and configuration
  • Recording control with dynamic settings
  • Auto-recording management
  • MQTT and machine status
  • Storage and file management
  • Camera recovery and diagnostics
  • Live streaming capabilities
  • WebSocket real-time updates
  • Quick start examples and migration notes

API_QUICK_REFERENCE.md NEW

Quick reference card for the most commonly used API endpoints with curl examples and response formats.

📋 PROJECT_COMPLETE.md

Complete project overview and final status documentation. Contains:

  • Project completion status
  • Final system architecture
  • Deployment instructions
  • Production readiness checklist

🔧 API_CHANGES_SUMMARY.md

Summary of API changes and enhancements made to the system.

📷 CAMERA_RECOVERY_GUIDE.md

Guide for camera recovery procedures and troubleshooting camera-related issues.

📡 MQTT_LOGGING_GUIDE.md

Comprehensive guide for MQTT logging configuration and troubleshooting.

Main Documentation

The main system documentation is located in the root directory:

  • ../README.md - Primary system documentation with installation, configuration, and usage instructions

Additional Resources

Demo Code

  • ../demos/ - Demo scripts and camera SDK examples

Test Files

  • ../tests/ - Test scripts and legacy test files

Jupyter Notebooks

  • ../notebooks/ - Interactive notebooks for system exploration and testing

Support

For technical support and questions, refer to the main README.md troubleshooting section or check the system logs.