feat: gstreamer改造,性能优化;

This commit is contained in:
grabbit 2025-06-28 19:23:14 +08:00
parent 80809ce2b0
commit 8b5ac0aceb

View File

@ -60,7 +60,7 @@ async fn main() -> Result<()> {
vec.push("index-4100/index-4118.fits".to_string());
config.star_chart = StarChartOptions {
enabled: true, // Enable star chart for testing
solve_field_path: "/opt/homebrew/bin/solve-field".to_string(),
solve_field_path: "/usr/bin/solve-field".to_string(),
// index_path: "/Users/grabbit/Project/astrometry/index-4100".to_string(),
index_path: "".to_string(),
index_file: Some(vec),