- minor tweaks on zoom and navigation arrow
This commit is contained in:
@@ -5,6 +5,7 @@ import { toast } from "sonner";
|
||||
import { useEffect } from "react";
|
||||
|
||||
async function zoomIn(options: ZoomInOptions) {
|
||||
console.log(options);
|
||||
const response = await fetch(
|
||||
`${CAM_BASE}/Ip${options.camera}-command?magnification=${options.multiplierText?.toLowerCase()}`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user